Hello, Is it possible to configure order in wich modules are executed in special phase?
I have a module and I want it to be run right AFTER "jar:jar" in package phase. My first module runs in "prepare-package" phase and does some changes in some files that should be included in final .jar My second module should do some cleanup after it, but after .jar file is created. I can bind to "clean" phase, but I want to do it in package phase, so I can simply run "mvn package". That's probably against maven ideology. But I wish there is a way to accomplish that... Thanks. ==================== Ilya Kazakevich --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
