Return-Path: X-Original-To: apmail-maven-users-archive@www.apache.org Delivered-To: apmail-maven-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4980B10784 for ; Wed, 2 Apr 2014 14:26:31 +0000 (UTC) Received: (qmail 9371 invoked by uid 500); 2 Apr 2014 14:26:26 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 9188 invoked by uid 500); 2 Apr 2014 14:26:23 -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 9160 invoked by uid 99); 2 Apr 2014 14:26:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Apr 2014 14:26:20 +0000 X-ASF-Spam-Status: No, hits=3.2 required=5.0 tests=HTML_MESSAGE,SPF_SOFTFAIL X-Spam-Check-By: apache.org Received-SPF: softfail (athena.apache.org: transitioning domain of eugen.rabii@gmail.com does not designate 216.139.236.26 as permitted sender) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Apr 2014 14:26:16 +0000 Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1WVM71-0005Pz-Is for users@maven.apache.org; Wed, 02 Apr 2014 07:25:55 -0700 Date: Wed, 2 Apr 2014 07:25:55 -0700 (PDT) From: eugene To: users@maven.apache.org Message-ID: <533C1DBE.1030106@gmail.com> In-Reply-To: <533C1C70.8030806@landrus.de> References: <1396438658817-5790393.post@n5.nabble.com> <1396447740034-5790400.post@n5.nabble.com> <533C1AAC.4030402@landrus.de> <1396448081542-5790402.post@n5.nabble.com> <533C1C70.8030806@landrus.de> Subject: Re: Scanning for Projects... before MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_426022_31110534.1396448755577" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_426022_31110534.1396448755577 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Well.. there are a lot of projects like this.. My plugin is actually inside the maven's super pom from maven-model-builder jar And it gets invoked once per project (even if there are multiple modules) I actually wanted a solution that will not trigger any changes in my poms.. On 4/2/14, 5:20 PM, Christian Domsch [via Maven] wrote: > Have you tried creating a dependency for you rproject, that does that > deleting? If I am not mistaken, dependencies should be downloaded (or > attempted to download) for every project in a reactor run. So lets say > your project is P and the newly introduced project is M then it would > look like: > > /-+-M (deletes com.test in any of its goals...) > | > +-P has dependency on com.test and M > > Christian > > > On 02.04.2014 16:14, eugene wrote: > > > I could not agree more if only I had a choice :) Thx for the comment > > > > > > > > -- > > View this message in context: > http://maven.40175.n5.nabble.com/Scanning-for-Projects-before-tp5790393p5790402.html > > Sent from the Maven - Users mailing list archive at Nabble.com. > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [hidden email] > > > For additional commands, e-mail: [hidden email] > > > > > > > ------------------------------------------------------------------------ > If you reply to this email, your message will be added to the > discussion below: > http://maven.40175.n5.nabble.com/Scanning-for-Projects-before-tp5790393p5790403.html > > To unsubscribe from Scanning for Projects... before, click here > . > NAML > > -- View this message in context: http://maven.40175.n5.nabble.com/Scanning-for-Projects-before-tp5790393p5790404.html Sent from the Maven - Users mailing list archive at Nabble.com. ------=_Part_426022_31110534.1396448755577--