Hello, I am trying to get two custom Mojos that I have created to communicate with each other. Mojo1 creates an object that I want to be available when Mojo2 executes. How do I do this?
I've been trying to use org.apache.maven.plugin.AbstractMojo#set/getPluginContext() method and org.apache.mavin.plugin.ContextEnabled. But so far the context is null. Thank you. Tonté --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
