Skip to content

Commit

Permalink
Modifying build.xml to produce a war file without version info (match…
Browse files Browse the repository at this point in the history
…es what owf and marketplace currently do)
  • Loading branch information
Rob Szewczyk committed Jul 2, 2013
1 parent d138b9e commit 99ef6bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.xml
Expand Up @@ -220,6 +220,7 @@
================================= -->
<target name="compile" depends="-init" description="--> Compiles a Grails application">
<grails script="Compile" args="${offline.arg}"/>
<move file="${basedir}/target/${app.name}-${app.version}.war" tofile="${basedir}/target/metric.war" />
</target>

<!-- =================================
Expand All @@ -228,6 +229,7 @@

<target name="war" depends="test,jsdoc,about,compile-themes" description="--> Creates a WAR of a Grails application">
<grails script="war" args="${offline.arg}"/>
<move file="${basedir}/target/${app.name}-${app.version}.war" tofile="${basedir}/target/metric.war" />
</target>

<!-- =================================
Expand Down

0 comments on commit 99ef6bf

Please sign in to comment.