Hi All I have created a little maven 2 plugin that i would like to run each time i do a mvn deploy.
The problem is that it needs to be executed before the deploy phase but only if the deploy phase is to be executed in the build, so i can not just bind it to the install phase - and if i bind it to the deploy phase it will be executed afterwards. How do i accomplish this. thanks in advance Best regards Claus -- View this message in context: http://www.nabble.com/Maven2-plugin-execution-sequence-tp25172369p25172369.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]
