Skip to content
This repository has been archived by the owner on Jul 9, 2022. It is now read-only.

Commit

Permalink
Update STS Templates, use latest Template Projects
Browse files Browse the repository at this point in the history
  • Loading branch information
ghillert committed Feb 24, 2012
1 parent 2d672b5 commit 995e2de
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 6 deletions.
11 changes: 5 additions & 6 deletions si-sts-templates/README.md
Expand Up @@ -34,15 +34,14 @@ so it has this form:

Make sure there are no conflicting templates with the same name and a different version.

## ¡IMPORTANTE!
## Important

A few file in the template project require absolute URLs. By default the pom is setup to use:
A few files in the template project require absolute URLs. By default the pom is setup to use:

<base.location>file://${project.parent.basedir}/target/out</base.location>
<base.location>file://${project.parent.basedir}/target/out</base.location>

Therefore, if you prefer a custom base location (e.g.: http://www.mysite.com/si-templates/), then you must set the
base.location property such as:

$ mvn package -Dbase.location=http://www.mysite.com/si-templates


$ mvn package -Dbase.location=http://www.mysite.com/si-templates

Binary file not shown.
Binary file modified si-sts-templates/builds/si-template-standalone-1.0.0.M2.zip
Binary file not shown.
Binary file modified si-sts-templates/builds/si-template-standalone-simple-1.0.0.M2.zip
Binary file not shown.
Binary file modified si-sts-templates/builds/si-template-war-1.0.0.M2.zip
Binary file not shown.
Expand Up @@ -18,6 +18,10 @@
<exclude>**/.DS_Store</exclude>
<exclude>**/.settings/**</exclude>
<exclude>**/.pmd</exclude>
<exclude>**/.idea/**</exclude>
<exclude>**/.gradle/**</exclude>
<exclude>**/build/**</exclude>
<exclude>**/*.iml</exclude>
<exclude>**/${project.build.directory}/**</exclude>
</excludes>
</fileSet>
Expand Down
Expand Up @@ -18,6 +18,10 @@
<exclude>**/.DS_Store</exclude>
<exclude>**/.settings/**</exclude>
<exclude>**/.pmd</exclude>
<exclude>**/.idea/**</exclude>
<exclude>**/.gradle/**</exclude>
<exclude>**/build/**</exclude>
<exclude>**/*.iml</exclude>
<exclude>**/${project.build.directory}/**</exclude>
</excludes>
</fileSet>
Expand Down
4 changes: 4 additions & 0 deletions si-sts-templates/si-template-war/src/main/assembly/src.xml
Expand Up @@ -18,6 +18,10 @@
<exclude>**/.DS_Store</exclude>
<exclude>**/.settings/**</exclude>
<exclude>**/.pmd</exclude>
<exclude>**/.idea/**</exclude>
<exclude>**/.gradle/**</exclude>
<exclude>**/build/**</exclude>
<exclude>**/*.iml</exclude>
<exclude>**/${project.build.directory}/**</exclude>
</excludes>
</fileSet>
Expand Down

0 comments on commit 995e2de

Please sign in to comment.