changed back to compile phase, package phase breaks the war-exec.jar construction

This commit is contained in:
mayhew64 2015-11-30 08:51:53 -05:00
parent 511ed91130
commit 023966fbb1

View File

@ -119,7 +119,7 @@
<executions>
<execution>
<id>create-jar</id>
<phase>package</phase>
<phase>compile</phase>
<goals>
<goal>jar</goal>
</goals>