Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 57137 invoked from network); 5 Sep 2008 18:28:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Sep 2008 18:28:26 -0000 Received: (qmail 52273 invoked by uid 500); 5 Sep 2008 18:28:15 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 52202 invoked by uid 500); 5 Sep 2008 18:28:15 -0000 Mailing-List: contact users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Users List" Reply-To: "Maven Users List" Delivered-To: mailing list users@maven.apache.org Received: (qmail 52191 invoked by uid 99); 5 Sep 2008 18:28:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Sep 2008 11:28:15 -0700 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of brianf@reply.infinity.nu designates 205.210.42.66 as permitted sender) Received: from [205.210.42.66] (HELO mailout.easydns.com) (205.210.42.66) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Sep 2008 18:27:15 +0000 Received: from intrepid.infinity.nu (c-24-62-212-44.hsd1.nh.comcast.net [24.62.212.44]) by mailout.easydns.com (Postfix) with ESMTP id 02B7B48804 for ; Fri, 5 Sep 2008 14:26:25 -0400 (EDT) Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: How to disable a plugin? X-MimeOLE: Produced By Microsoft Exchange V6.5 Date: Fri, 5 Sep 2008 14:27:10 -0400 Message-ID: <2BABBE7D2A66E04DB8A66A527D29927E40459F@intrepid.infinity.nu> In-Reply-To: <19325716.post@talk.nabble.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: How to disable a plugin? Thread-Index: AckPImDzF0lIqgttTW6sBEMbQCxuyQAYo/Qw References: <19325716.post@talk.nabble.com> From: "Brian E. Fox" To: "Maven Users List" X-Virus-Checked: Checked by ClamAV on apache.org The inherited flag in the plugin block is broken, but in 2.0.9 we made sure the inherited flag inside the execution block does work. -----Original Message----- From: youhaodeyi [mailto:youhaodeyi@gmail.com]=20 Sent: Friday, September 05, 2008 2:40 AM To: users@maven.apache.org Subject: How to disable a plugin? In the parent pom, it includes copy-dependency plugin which I want to disable in the child pom. I use this configuration: =09 org.apache.maven.plugins =09 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? --=20 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. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org