Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] M2E problems with maven-dependency-plugin copy goal

What i'm tryng to do is to copy an applet and its dependencies in the correct folder. I can already do it in the final WAR, i was trying to make it possible inside eclipse so i can easily debug everything.
Il 06/12/2012 12:59, Igor Fedorenko ha scritto:
Dependency plugin is not supported by m2e. Just forcing m2e to run the
plugin during incremental build is not enough to make it supported (as
you've found out). Somebody has to understand what exact behaviour you
want, which is trickier than you might expect, and make necessary
changes to the dependency plugin or write m2e project configurator to
make this work.

--
Regards,
Igor
m2e-users mailing list
m2e-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/m2e-users




Back to the top