Merge pull request #152 from mayhew64/master

changed back to compile phase, package phase breaks the war-exec.jar …
This commit is contained in:
mayhew64 2015-11-30 08:53:03 -05:00
commit eb46123cf2

View File

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