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 DBA25E927 for ; Fri, 4 Jan 2013 21:23:21 +0000 (UTC) Received: (qmail 46657 invoked by uid 500); 4 Jan 2013 21:23:19 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 46601 invoked by uid 500); 4 Jan 2013 21:23:19 -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 46593 invoked by uid 99); 4 Jan 2013 21:23:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Jan 2013 21:23:19 +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 (nike.apache.org: domain of marcos@jitisoft.com designates 209.85.160.181 as permitted sender) Received: from [209.85.160.181] (HELO mail-gh0-f181.google.com) (209.85.160.181) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Jan 2013 21:23:11 +0000 Received: by mail-gh0-f181.google.com with SMTP id y8so2079258ghb.40 for ; Fri, 04 Jan 2013 13:22:50 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to:x-mailer :x-gm-message-state; bh=P9ENJOMPfwgx/xCZG8gMTTni3/Woa85pRyPzZL5rdTY=; b=f23aAtqw57BZhrLurShCHoFE1DIET9QtEthalfebPj9zRvNQ8ZOzF/4qyiQzy6aAsb 81uYT7ix7rbYSacd6muGITxe5rk7Pp9yj4W2fJLjt2tLqaOuNwDkuJNIjTEjAIqsHO1t ydsKiyngAeWqcu3Qxrk3lX/KNM4QzMCnbZFSDwdPnazWqXc5h9CZQXYUzR+fmwQjxJif Wx975Adb9vwgpvnf6VQqjYiMyX0WoAT/FggZvWYC+yYp9NhVVAP7IdVvSUvRScoU6qlz 6BXNsgLqspIWSMmsVYw3CjnSIHPXwCTbIQaMXWGp4SA0H5Uy49FT67PDefASEcYU4dxk 8flw== X-Received: by 10.236.176.41 with SMTP id a29mr56414882yhm.17.1357334570490; Fri, 04 Jan 2013 13:22:50 -0800 (PST) Received: from 50-13-220-108.gar.clearwire-wmx.net (50-13-220-108.gar.clearwire-wmx.net. [50.13.220.108]) by mx.google.com with ESMTPS id e39sm33111443ani.16.2013.01.04.13.22.48 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 04 Jan 2013 13:22:49 -0800 (PST) Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 (Apple Message framework v1283) Subject: Re: import plugin configurations From: Marcos Mendez In-Reply-To: Date: Fri, 4 Jan 2013 16:25:06 -0500 Content-Transfer-Encoding: quoted-printable Message-Id: References: <99A63708-4E1A-47E2-A38E-6A2883392E20@jitisoft.com> To: "Maven Users List" X-Mailer: Apple Mail (2.1283) X-Gm-Message-State: ALoCoQk+FCaBf3F0tkDfAp0bQzaoKg2a1/MtqaFbC0NRWpj0Brj1Lz1zNQrWhoeduKsX9g/IZHEV X-Virus-Checked: Checked by ClamAV on apache.org I actually do mean super pom. We have multiple projects that have = similar configurations, dependencies, plugins, etc. I don't want to = have them repeated each time and they will not have the same parent - it = is not feasible. I've used the import scope for setting dependency = versions (e.g. dependency management) in one place and that worked ok. = Has anyone tried to do this for plugins configurations as well? On Jan 4, 2013, at 4:09 PM, Anders Hammar wrote: > First, there is only one "super-POM" and that one is included in Maven > itself. What you probably mean is a "parent pom". >=20 > To use that parent pom you declare it in the "parent" section, not as = a > import scope dependency. >=20 > /Anders >=20 > On Fri, Jan 4, 2013 at 10:00 PM, Marcos Mendez = wrote: >=20 >>=20 >> I've defined a superpom and I'm using the import scope in another = maven >> project to apply those. I'm not seeing the configurations being = applied for >> the plugins I've defined in the superpom's pluginManagement. >>=20 >> Any ideas? >>=20 >> Regards, >> Marcos >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org >> For additional commands, e-mail: users-help@maven.apache.org >>=20 >>=20 --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org