Merge pull request #148 from slavP/eclipseImportFix

#66 Fixing jar plugin lifecycle issue
This commit is contained in:
mayhew64 2015-11-12 16:43:54 -05:00
commit 4c4753784d

View File

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