Is there a standard way to access a property that was set/established within
a mojo in other, different plugin executions in the same POM?

My use case is one where a mojo determines the value for a property that was
not set/input to the mojo. This property needs to be available to other
plugins for execution within the same lifecycle in later phases. I was able
to stuff the property into System.setProperty("key",value) however I was
wondering if there is a better way to do this?

Or is the only way to make this work via filtering and writing to files?

TIA

-- 
View this message in context: 
http://www.nabble.com/Using-a-property-from-a-mojo-in-subsequent-plugin-executions-tp19957750p19957750.html
Sent from the Maven - Users mailing list archive at Nabble.com.


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

Reply via email to