Hello,

My project uses the antrun plugin to invoke some custom ant tasks that have
not (yet) be re-written as mojos. Thos task generate some code ant are tied
to the generate-source phase

When I build the project modules all works fine.

When I run the eclipse:eclipse goal from the parent project, I get a
classpath issue :
I've dumped the plugin classpath as shown in
http://maven.apache.org/plugins/maven-antrun-plugin/examples/classpaths.html:

     [echo] plugin classpath:
D:\platina\maven2\repository\net\sourceforge\sql2java\sql2java\2.5.0\sql2java-
2.5.0.jar;.......

This path is the classpath set for a previous use of the plugin, in another
module.
It seems the plugin has been reused by maven, with no consideration for !=
dependencies.

Known issue ?
Any workaround ?

Nico.

Reply via email to