Merge pull request #39 from rolandkofler/master

improvement of eclipse maven plugin configuration, now no errors are shown due to eclipse not finding the maven goal
This commit is contained in:
romanman 2014-06-25 09:19:43 +01:00
commit 1f2c70387f
1 changed files with 1 additions and 0 deletions

View File

@ -236,6 +236,7 @@ mvn clean package -Dmaven.test.skip=true
[2.0,)
</versionRange>
<goals>
<goal>copy-dependencies</goal>
<goal>unpack</goal>
</goals>
</pluginExecutionFilter>