RE: How to disable a plugin?

2008-09-05 Thread Brian E. Fox
py all the dependencies to the child module. How can I disable this? -- View this message in context: http://www.nabble.com/How-to-disable-a-plugin--tp19325716p19325716.html Sent from the Maven - Users mailing list archive at

Re: How to disable a plugin?

2008-09-05 Thread youhaodeyi
>> maven-dependency-plugin >>false >> >> >> But every time running 'mvn package', it will copy all the dependencies >> to >> the child module. How can I disable this? >> -- >> View

Re: How to disable a plugin?

2008-09-05 Thread Asgeir S. Nilsen
e dependencies to > the child module. How can I disable this? > -- > View this message in context: > http://www.nabble.com/How-to-disable-a-plugin--tp19325716p19325716.html > Sent from the Maven - Users mailing list archive at Nabble.com. > > > ---

How to disable a plugin?

2008-09-04 Thread youhaodeyi
running 'mvn package', it will copy all the dependencies to the child module. How can I disable this? -- View this message in context: http://www.nabble.com/How-to-disable-a-plugin--tp19325716p19325716.html Sent from the Maven - Users mailing list archive at

Re: How to disable a plugin in a derived project?

2008-06-27 Thread Sahoo
Wendy Smoak wrote: On Fri, Jun 27, 2008 at 4:32 PM, Sahoo <[EMAIL PROTECTED]> wrote: I have the following scenario: project B's pom.xml inherits from project A's pom.xml. A's pom.xml has configured certain plugin to be executed as part of a project's life cycle. I don't want the plugin to be

Re: How to disable a plugin in a derived project?

2008-06-27 Thread Jeff MAURY
On Sat, Jun 28, 2008 at 2:20 AM, Wendy Smoak <[EMAIL PROTECTED]> wrote: > On Fri, Jun 27, 2008 at 4:32 PM, Sahoo <[EMAIL PROTECTED]> wrote: > > I have the following scenario: > > project B's pom.xml inherits from project A's pom.xml. A's pom.xml has > > configured certain plugin to be executed as

Re: How to disable a plugin in a derived project?

2008-06-27 Thread Wendy Smoak
On Fri, Jun 27, 2008 at 4:32 PM, Sahoo <[EMAIL PROTECTED]> wrote: > I have the following scenario: > project B's pom.xml inherits from project A's pom.xml. A's pom.xml has > configured certain plugin to be executed as part of a project's life cycle. > I don't want the plugin to be active while buil

Re: How to disable a plugin in a derived project?

2008-06-27 Thread Jeff MAURY
I had the same request but I was not able to figure out how to do it ! Jeff MAURY On Sat, Jun 28, 2008 at 1:32 AM, Sahoo <[EMAIL PROTECTED]> wrote: > I have the following scenario: > project B's pom.xml inherits from project A's pom.xml. A's pom.xml has > configured certain plugin to be executed

How to disable a plugin in a derived project?

2008-06-27 Thread Sahoo
I have the following scenario: project B's pom.xml inherits from project A's pom.xml. A's pom.xml has configured certain plugin to be executed as part of a project's life cycle. I don't want the plugin to be active while building B. Is there a simple way to disable that plugin in B's pom.xml? I