Return-Path: Delivered-To: apmail-incubator-amber-commits-archive@minotaur.apache.org Received: (qmail 89458 invoked from network); 3 Jun 2010 11:16:22 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 3 Jun 2010 11:16:22 -0000 Received: (qmail 3373 invoked by uid 500); 3 Jun 2010 11:16:22 -0000 Delivered-To: apmail-incubator-amber-commits-archive@incubator.apache.org Received: (qmail 3357 invoked by uid 500); 3 Jun 2010 11:16:22 -0000 Mailing-List: contact amber-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: amber-dev@incubator.apache.org Delivered-To: mailing list amber-commits@incubator.apache.org Received: (qmail 3347 invoked by uid 99); 3 Jun 2010 11:16:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Jun 2010 11:16:22 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Jun 2010 11:16:21 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 239BE2388903; Thu, 3 Jun 2010 11:16:01 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r950958 - /incubator/amber/trunk/pom.xml Date: Thu, 03 Jun 2010 11:16:01 -0000 To: amber-commits@incubator.apache.org From: simonetripodi@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100603111601.239BE2388903@eris.apache.org> Author: simonetripodi Date: Thu Jun 3 11:16:00 2010 New Revision: 950958 URL: http://svn.apache.org/viewvc?rev=950958&view=rev Log: defined plugins version added 'release' profile with release and gpg plugin Modified: incubator/amber/trunk/pom.xml Modified: incubator/amber/trunk/pom.xml URL: http://svn.apache.org/viewvc/incubator/amber/trunk/pom.xml?rev=950958&r1=950957&r2=950958&view=diff ============================================================================== --- incubator/amber/trunk/pom.xml (original) +++ incubator/amber/trunk/pom.xml Thu Jun 3 11:16:00 2010 @@ -278,16 +278,25 @@ org.apache.maven.plugins maven-javadoc-plugin + 2.7 + + + + org.apache.maven.plugins + maven-project-info-reports-plugin + 2.1 org.apache.maven.plugins maven-jxr-plugin + 2.1 org.codehaus.mojo jdepend-maven-plugin + 2.0-beta-2 @@ -301,7 +310,7 @@ Max FindDeadLocalStores FindDeadLocalStores - org.apache.labs.amber.* + org.apache.amber.* true true target/findbugs-reports @@ -312,6 +321,7 @@ org.apache.maven.plugins maven-surefire-report-plugin + 2.5 @@ -332,11 +342,67 @@ + maven-clean-plugin + 2.4.1 + + + + maven-deploy-plugin + 2.5 + + + + maven-install-plugin + 2.3 + + + + maven-resources-plugin + 2.3 + + + + maven-jar-plugin + 2.3.1 + + + + org.apache.maven.plugins + maven-enforcer-plugin + 1.0-beta-1 + + + enforce-java + validate + + enforce + + + + + [1.5,) + + + [2.2.0,) + + + Best Practice is to always define plugin versions! + true + true + true + clean,deploy,site + + + + + + + + org.apache.maven.plugins maven-compiler-plugin 2.0.2 - 1.6 1.5 1.5 UTF-8 @@ -346,6 +412,7 @@ org.apache.maven.plugins maven-javadoc-plugin + 2.7 attach-javadocs @@ -359,6 +426,7 @@ org.apache.maven.plugins maven-source-plugin + 2.0.4 attach-sources @@ -379,6 +447,7 @@ org.apache.maven.plugins maven-site-plugin + 2.0-beta-7 UTF-8 @@ -387,6 +456,7 @@ org.apache.maven.plugins maven-pdf-plugin + 1.1 pdf @@ -401,20 +471,6 @@ 1 - - - org.apache.maven.plugins - maven-gpg-plugin - - - sign-artifacts - verify - - sign - - - - @@ -428,12 +484,45 @@ LICENSE NOTICE - doap.rdf + + + release + + + + org.apache.maven.plugins + maven-release-plugin + 2.0 + + + true + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.0 + + + sign-artifacts + verify + + sign + + + + + + + + + signature-api client