I have created a junk Mojo to spit out debug to see if I can see whats wrong.

This junk mojo works fine when run within the module (as expected).
When run in a reactor build this junk mojo is executed for the root
project but when when it attempts to go into a module it then fails
with the same error as before,

[INFO] Failed to resolve artifact.

GroupId: org.apache.maven.plugins
ArtifactId: maven-eclipse-plugin
Version: test

The interesting thing is that I have changed the mojo by removing the
execute phase.
From:
/**
* @goal eclipse-my
* @execute phase="generate-resources"
*/
To
/**
* @goal eclipse-my
*/

The mojo now works.


So something is not working with @execute phase.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to