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:
commit
1f2c70387f
|
@ -236,6 +236,7 @@ mvn clean package -Dmaven.test.skip=true
|
|||
[2.0,)
|
||||
</versionRange>
|
||||
<goals>
|
||||
<goal>copy-dependencies</goal>
|
||||
<goal>unpack</goal>
|
||||
</goals>
|
||||
</pluginExecutionFilter>
|
||||
|
|
Loading…
Reference in New Issue