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,)
|
[2.0,)
|
||||||
</versionRange>
|
</versionRange>
|
||||||
<goals>
|
<goals>
|
||||||
|
<goal>copy-dependencies</goal>
|
||||||
<goal>unpack</goal>
|
<goal>unpack</goal>
|
||||||
</goals>
|
</goals>
|
||||||
</pluginExecutionFilter>
|
</pluginExecutionFilter>
|
||||||
|
|
Loading…
Reference in New Issue