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 01B1718C13 for ; Thu, 3 Dec 2015 08:54:23 +0000 (UTC) Received: (qmail 24007 invoked by uid 500); 3 Dec 2015 08:54:21 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 23936 invoked by uid 500); 3 Dec 2015 08:54:21 -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 23923 invoked by uid 99); 3 Dec 2015 08:54:21 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Dec 2015 08:54:21 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id A73C3CC44A for ; Thu, 3 Dec 2015 08:54:20 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.9 X-Spam-Level: *** X-Spam-Status: No, score=3.9 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_REPLY=1, HTML_MESSAGE=3, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Authentication-Results: spamd1-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id ZLFb6E2_LcYl for ; Thu, 3 Dec 2015 08:54:07 +0000 (UTC) Received: from mail-oi0-f48.google.com (mail-oi0-f48.google.com [209.85.218.48]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTPS id 23C822059A for ; Thu, 3 Dec 2015 08:54:06 +0000 (UTC) Received: by oige206 with SMTP id e206so42811366oig.2 for ; Thu, 03 Dec 2015 00:54:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=F1CDkJ5BTkF67Ai7KQNR8LcV6vGP4QxfTqnt2khcBtw=; b=VEaeLI352l0fvuChl37cLw755eDIllBqVLrgSXq0tQmwOeQO9XmyX42njQRSS6Kx5O F/x4e7em54Hg1zcjWKpSUhy7E26fyywFakSsrmdAOMiioCnmYvFUdBeIQeJU4ibTk7o8 1nCqdXE8lkqNGxlsasXZZC6LLBKcD2jt6aWhhXbHhKlRzr1kuW/QtvxNk5FCQzeHEj/B 0VU0rI7wheoNCxYgivii+JuSgnOKIxQYnS53OdDuBffxJUqywSALv5dNks6k1xE9V6ky ZWwv8HPdMNTb04pXO/9NEWuMYLDsyBdaB1A0FFKSsh9JD7cCVEc5hhq1Lg3NMrUteLTY 7eOg== MIME-Version: 1.0 X-Received: by 10.202.75.10 with SMTP id y10mr6468692oia.13.1449132844813; Thu, 03 Dec 2015 00:54:04 -0800 (PST) Received: by 10.60.123.10 with HTTP; Thu, 3 Dec 2015 00:54:04 -0800 (PST) In-Reply-To: References: Date: Thu, 3 Dec 2015 09:54:04 +0100 Message-ID: Subject: Re: disabling default plugin from phase? From: Adrien Rivard To: Maven Users List Content-Type: multipart/alternative; boundary=001a11c17d7e7293d90525fa8845 --001a11c17d7e7293d90525fa8845 Content-Type: text/plain; charset=UTF-8 Some goals/plugins also have a skip property. org.apache.maven.plugins maven-deploy-plugin true On Thu, Dec 3, 2015 at 1:35 AM, Martin Gainty wrote: > I'll give this a tryThanks Mirko! > Martin- > > > From: mfriedenhagen@gmail.com > > Date: Wed, 2 Dec 2015 22:58:49 +0100 > > Subject: Re: disabling default plugin from phase? > > To: users@maven.apache.org > > > > Hello Martin, > > > > as a hack you may override this in your pluginManagement by specifying > > an invalid phase. > > > > org.apache.maven.plugins > > maven-source-plugin > > ${maven-source-plugin.version} > > true > > > > > > > > attach-sources > > > DISABLE_FORKED_LIFECYCLE_MSOURCES-13 > > > > > > default-jar-no-fork > > > > jar-no-fork > > > > > > > > > > Regards Mirko > > -- > > http://illegalstateexception.blogspot.com/ > > https://github.com/mfriedenhagen/ (http://osrc.dfm.io/mfriedenhagen) > > https://bitbucket.org/mfriedenhagen/ > > > > > > On Wed, Dec 2, 2015 at 9:57 PM, Martin Gainty > wrote: > > > Folks- > > > is there any way to disable a particular plugin (which is somehow > declared as a default plugin for that phase )from executing in that phase? > > > > > > Thanks! > > > Martin > > > ______________________________________________ > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org > > For additional commands, e-mail: users-help@maven.apache.org > > > > -- Adrien Rivard --001a11c17d7e7293d90525fa8845--