In my maven pom I need to run two reporting plugins and a build plugin but in
this order:

reporting plugin 1    (changelog)
build plugin               (xslt on the output of changelog)
reporting plugin 2       (use the output of the xslt in another report)

I can not see a way of running my build plugin as a reporting plugin and the
order has to be as above.  If I set the phase of my build plugin as site it
gets run after reporting plugin 2.  Setting it to pre-site means it gets run
before reporting plugin 1.

Please can someone advise on how to achieve the above ordering?
Thanks.


--
View this message in context: 
http://maven.40175.n5.nabble.com/reporting-and-build-plugin-order-tp5019619p5019619.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