Return-Path: Delivered-To: apmail-geronimo-scm-archive@www.apache.org Received: (qmail 55427 invoked from network); 17 Jul 2006 19:51:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 17 Jul 2006 19:51:11 -0000 Received: (qmail 92549 invoked by uid 500); 17 Jul 2006 19:51:10 -0000 Delivered-To: apmail-geronimo-scm-archive@geronimo.apache.org Received: (qmail 92527 invoked by uid 500); 17 Jul 2006 19:51:10 -0000 Mailing-List: contact scm-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list scm@geronimo.apache.org Received: (qmail 92516 invoked by uid 99); 17 Jul 2006 19:51:10 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Jul 2006 12:51:10 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Jul 2006 12:51:09 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 7DE401A981A; Mon, 17 Jul 2006 12:50:49 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r422823 - /geronimo/sandbox/svkmerge/m2migration/pom.xml Date: Mon, 17 Jul 2006 19:50:48 -0000 To: scm@geronimo.apache.org From: jdillon@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060717195049.7DE401A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: jdillon Date: Mon Jul 17 12:50:48 2006 New Revision: 422823 URL: http://svn.apache.org/viewvc?rev=422823&view=rev Log: Reduce duplication from stuff in Genesis Modified: geronimo/sandbox/svkmerge/m2migration/pom.xml Modified: geronimo/sandbox/svkmerge/m2migration/pom.xml URL: http://svn.apache.org/viewvc/geronimo/sandbox/svkmerge/m2migration/pom.xml?rev=422823&r1=422822&r2=422823&view=diff ============================================================================== --- geronimo/sandbox/svkmerge/m2migration/pom.xml (original) +++ geronimo/sandbox/svkmerge/m2migration/pom.xml Mon Jul 17 12:50:48 2006 @@ -39,7 +39,6 @@ 0.3.2 @@ -494,7 +491,6 @@ + src/java src/test @@ -660,10 +659,8 @@ @@ -715,16 +712,23 @@ true + + + org.apache.maven.plugins + maven-release-plugin + + https://svn.apache.org/repos/asf/geronimo/tags + + - + + apache Apache Repository @@ -754,9 +758,8 @@ apache-m1 @@ -774,39 +777,6 @@ - codehaus - Codehaus Repository - http://repository.codehaus.org - default - - false - - - true - - - - - codehaus-snapshots - Codehaus Snapshots Repository - http://snapshots.repository.codehaus.org - default - - true - daily - ignore - - - false - - - - - codehaus-m1 Codehaus Maven 1 Repository http://dist.codehaus.org @@ -823,6 +793,17 @@ + + + + + geronimo-website + scp://people.apache.org/www/geronimo.apache.org/maven + + + default @@ -841,12 +822,12 @@ - + NOTE: The staged build is used to get around a problem with Maven + and extention plugins. + + See http://issues.apache.org/jira/browse/GERONIMO-2172 for more details. + --> + stage-bootstrap @@ -859,7 +840,6 @@ - - - - - apache-releases - Apache Release Distribution Repository - scp://people.apache.org/www/www.apache.org/dist/maven-repository - - - - apache-snapshots - Apache Development Snapshot Repository - scp://people.apache.org/www/people.apache.org/maven-snapshot-repository - - - - geronimo-website - scp://people.apache.org/www/geronimo.apache.org/maven - - - - - deploy - - - - org.apache.maven.plugins - maven-release-plugin - - https://svn.apache.org/repos/asf/geronimo/tags - - - -