improvement of eclipse maven plugin configuration, now no errors are

shown within eclipse due to not existing maven goals
This commit is contained in:
rolandkofler 2014-06-23 09:56:05 +02:00
parent daffe648c1
commit 9913b3aefd
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>