improvement of eclipse maven plugin configuration, now no errors are
shown within eclipse due to not existing maven goals
This commit is contained in:
parent
daffe648c1
commit
9913b3aefd
|
@ -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