#66 Fixing jar plugin lifecycle issue

This commit is contained in:
slav pilus 2015-11-12 20:49:51 +00:00
parent 05a1f5dd3a
commit 4c538ee398

View File

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