Hi, I can't figure out how what I should do to make the "target/classes" content (populated in the "compile" phase) be in the classpath of the plugin, because the plugin needs to access some resources..
My MOJO definition is just:
/*
* @goal run
* @requiresDependencyResolution runtime
* @execute phase="compile"
* @phase process-classes
*
*/
public class LauncherMojo extends AbstractMojo {
// ...
}
Any suggestion?
Thanks a lot in advance,
Alessio Pace.
