Can we map a plugin to multiple phases?
Lets say I want ant run plugin to generate source in 'generate-sources'
phase and sign my jar in 'package' phase.
Ant run plugin looks a obvious solution to me when i don't want to write new
plugin and perform most of the task using this plugin. But When I map this
plugin to one phase in parent pom and to some other phase in sub pom than my
effective pom shows it to attached only to phase mentioned in sub pom. Is it
to possible to achieve what I am looking for?

Thanks,
Vikas
-- 
View this message in context: 
http://www.nabble.com/Can-we-map-a-plugin-to-multiple-phases--tf2013705.html#a5534284
Sent from the Maven - Users forum at Nabble.com.


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

Reply via email to