Is it possible to setup plugin to execute only in the parent POM and not descend into sub-modules?

2006-07-13 Thread Toli Kuznets
Hi, This may be a dumb question resulting from my mis-understanding of Maven. Pardon me, i'm new. Anyway, i have an ant task i want to exec from CLI. My project has 4 sub-modules in it. I want to setup an installer that does this: 1. use assembly to copy all dependencies and jars to one

RE: Is it possible to setup plugin to execute only in the parent POM and not descend into sub-modules?

2006-07-13 Thread Bravo, Kris
This may work for you: http://maven.apache.org/ref/current/maven-model/maven.html#class_plugin Set inherited to false and give it another try. kris bravo * Clarify Development * office: 678.893.1288 * mobile: 678.296.8723 -Original Message- From: Toli Kuznets [mailto:[EMAIL

Re: Is it possible to setup plugin to execute only in the parent POM and not descend into sub-modules?

2006-07-13 Thread Toli Kuznets
Kris, This is exaclty what i was looking for. Can't believe i never found the entire .xsd for the pom file before! Thanks! On 7/13/06, Bravo, Kris [EMAIL PROTECTED] wrote: This may work for you: http://maven.apache.org/ref/current/maven-model/maven.html#class_plugin Set inherited to false