Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[m2e-users] latest m2e (embedded 3.0.3 maven) - how to get rid of error

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




Back to the top