I get this error in eclipse
maven-dependency-plugin (goals "copy-dependencies", "unpack") is
not supported by m2e
I've removed other m2e errors caused by our own plugins by configuring
the...
<pluginManagement>
<plugins>
<!--This plugin's configuration is used to store Eclipse m2e settings
only. It has no influence on the Maven build itself.-->
<plugin>
<groupId>org.eclipse.m2e</groupId>
<artifactId>lifecycle-mapping</artifactId>
<version>1.0.0</version>
...etc
So, any ideas how to get rid of the error above?
Any docs/wiki post on how to write/supply your own m2e connector for
your own plugins so the bespoke part of your builds integrate nicely
with the eclipse build ? (that is my understanding ??)
Ta
P
_______________________________________________
m2e-users mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/m2e-users