Hi, I use the ant plugin to make a patch on a Maven web project with many modules. The ant plugin is executed on the package phase of maven. The ant-task is defined in the parent project which does a patch to all chield WEB projects in maven. Do you know a way how to run only on web chield-projects, and exclude those which are not WEB.
I found solution with ant targets, but in maven ant-plugin you can't have many targets. -- View this message in context: http://www.nabble.com/Conditional-execution-of-plugin-in-maven2-tf2458436.html#a6852110 Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
