Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 30A42200B30 for ; Mon, 4 Jul 2016 20:50:51 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 2F526160A65; Mon, 4 Jul 2016 18:50:51 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 76CC3160A34 for ; Mon, 4 Jul 2016 20:50:50 +0200 (CEST) Received: (qmail 16762 invoked by uid 500); 4 Jul 2016 18:50:49 -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 16751 invoked by uid 99); 4 Jul 2016 18:50:48 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Jul 2016 18:50:48 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 82100C0403 for ; Mon, 4 Jul 2016 18:50:48 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.8 X-Spam-Level: * X-Spam-Status: No, score=1.8 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id FsvUeCM_GG0Y for ; Mon, 4 Jul 2016 18:50:46 +0000 (UTC) Received: from dd17332.kasserver.com (dd17332.kasserver.com [85.13.138.26]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTPS id EFB485F2C3 for ; Mon, 4 Jul 2016 18:50:45 +0000 (UTC) Received: from dd17332.kasserver.com (dd0803.kasserver.com [85.13.146.34]) by dd17332.kasserver.com (Postfix) with ESMTPSA id 0ED4729C8DDD for ; Mon, 4 Jul 2016 20:50:39 +0200 (CEST) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-SenderIP: 24.68.30.129 User-Agent: ALL-INKL Webmail 2.11 In-Reply-To: <8815775f-932c-8f07-8425-30135ae10d08@artifact-software.com> References: <8815775f-932c-8f07-8425-30135ae10d08@artifact-software.com> Subject: Re: How does maven choose which plugin version to use? From: "Manfred Moser" To: users@maven.apache.org Message-Id: <20160704185039.0ED4729C8DDD@dd17332.kasserver.com> Date: Mon, 4 Jul 2016 20:50:39 +0200 (CEST) archived-at: Mon, 04 Jul 2016 18:50:51 -0000 And you can use some open source organization pom from Apache or Maven itself http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.apache%22%20AND%20a%3A%22apache%22 http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.apache.maven%22%20AND%20a%3A%22maven-parent%22 or a more complete one like my own https://github.com/simpligility/progressive-organization-pom and override what you want yourself or even fork and maintain your own copy. There are lots of parents like that around ... Manfred Ron Wheeler wrote on 2016-07-03 16:40: > A quick google gets you > https://maven.apache.org/pom.html#Plugin_Management > > You can add a plug-in management section to your parent pom to control > the version used in all of your project poms. > > https://maven.apache.org/guides/introduction/introduction-to-the-pom.html > > Ron > > On 03/07/2016 5:45 PM, Alex Ditu wrote: >> Hello, >> >> Can anyone provide some help regarding plugin versions? I want to use >> the latest version of maven-war-plugin (or at least one greater than >> 2.3); so i decided to install the latest version of maven, 3.3.9. >> But when I execute "mvn help:effective-pom" I see it still uses 2.3 >> version of maven-war-plugin. >> My first question is: where does maven read wich plugin version to >> use, if I don't specify one? >> I tought it was in the super-pom, but I didn't find anything >> there...Can anyone help me understand what is happening? >> >> Alex >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org >> For additional commands, e-mail: users-help@maven.apache.org >> >> > > > -- > Ron Wheeler > President > Artifact Software Inc > email: rwheeler@artifact-software.com > skype: ronaldmwheeler > phone: 866-970-2435, ext 102 > > > --------------------------------------------------------------------- > 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