If you right-click on the line with the error in Eclipse, is there a Quick
Fix which allows you to ignore the error?

I don't believe we've written any documentation at this point, the source
for most of the plugins we've written is available in Github @
https://github.com/sonatype/m2eclipse-extras .  Also, if you search the
history of both mailing lists (m2e-dev is the other) there should be a few
threads with Benson Margulies as he was writing two.

Matthew

On 14 June 2011 10:06, Paul French <[email protected]> wrote:

> 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
>
_______________________________________________
m2e-users mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/m2e-users

Reply via email to