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 E9A05FC80 for ; Wed, 3 Apr 2013 02:06:11 +0000 (UTC) Received: (qmail 87424 invoked by uid 500); 3 Apr 2013 02:06:09 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 87330 invoked by uid 500); 3 Apr 2013 02:06:09 -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 87321 invoked by uid 99); 3 Apr 2013 02:06:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Apr 2013 02:06:09 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of waynefay@gmail.com designates 209.85.210.51 as permitted sender) Received: from [209.85.210.51] (HELO mail-da0-f51.google.com) (209.85.210.51) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Apr 2013 02:06:03 +0000 Received: by mail-da0-f51.google.com with SMTP id g27so436758dan.24 for ; Tue, 02 Apr 2013 19:05:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:content-type; bh=LhSn02C27mJEqhGBGelXus55plwQaEbW5lJN2MFUg08=; b=aRHsux/L9X0x9vew0VegcyuUPwgjFfymZ+QUyaEkdCd0Jn0ckn+KcfWDnrA3LYWlrG xTSklyZcehv9Njnn9Z+C4sAfTW/Ako9RXfmThrNnx3+uzlQaEh2LImHsnNfqb7qrMxFk UC09DpFj29xsFaZvFKD2hHlFf+rXOgpvykO7goyXn5NKvW8bVPvuBVtsSpjt/dt3rTQB ZPeq22uZCDj2YoW+nT8jasBWV6xyBConA7nkNtrsSt643wM8NSikws5jQblqwyzez3v7 zylRL5T+FcsIKO7W7u7z4UQSEvL/q/zxfw9XP1b7yZ/yZsg0yacGwBJECB1P1ey916iK 23Vw== X-Received: by 10.66.102.10 with SMTP id fk10mr283317pab.169.1364954742691; Tue, 02 Apr 2013 19:05:42 -0700 (PDT) MIME-Version: 1.0 Received: by 10.68.134.196 with HTTP; Tue, 2 Apr 2013 19:05:22 -0700 (PDT) In-Reply-To: <1364940019765-5752505.post@n5.nabble.com> References: <1364926020976-5752479.post@n5.nabble.com> <1364940019765-5752505.post@n5.nabble.com> From: Wayne Fay Date: Tue, 2 Apr 2013 21:05:22 -0500 Message-ID: Subject: Re: Can I force a plugin to not run during parent pom execution phase? To: Maven Users List Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org > Thanks to all for your answers. Alejandro, tried yours and it worked. Loved > the fact it didn't require any configurations in the child projects. Rock I'd be slightly concerned with his answer (trick) because it seems like a bug that might get fixed at some point. So long as you realize this may occur, go ahead and use it, but don't be surprised if a future release fixes this loophole. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org