Hi all, I have a project with several sub-projects. When I execute "mvn clean package", the clean and the package phases of the base-project are executed first and then the clean and package phases of the sub-projects.
Is there a way to define tasks or plugins in the base-project, which can be executed after sub-project execution? I need such a task to perform an obfuscation over all created jar-files of the sub-projects at the same time. Thanks in advance! Regards, Martin -- View this message in context: http://www.nabble.com/lifecycle-of-projects-with-sub-projects-tf3052881s177.html#a8486513 Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
