Return-Path: Delivered-To: apmail-maven-commits-archive@www.apache.org Received: (qmail 98266 invoked from network); 1 Feb 2008 22:08:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Feb 2008 22:08:35 -0000 Received: (qmail 94678 invoked by uid 500); 1 Feb 2008 22:08:26 -0000 Delivered-To: apmail-maven-commits-archive@maven.apache.org Received: (qmail 94446 invoked by uid 500); 1 Feb 2008 22:08:25 -0000 Mailing-List: contact commits-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list commits@maven.apache.org Received: (qmail 94433 invoked by uid 99); 1 Feb 2008 22:08:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Feb 2008 14:08:25 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Feb 2008 22:08:09 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id EB4F11A9832; Fri, 1 Feb 2008 14:08:00 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r617674 - /maven/archetype/trunk/pom.xml Date: Fri, 01 Feb 2008 22:07:59 -0000 To: commits@maven.apache.org From: brianf@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080201220800.EB4F11A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: brianf Date: Fri Feb 1 14:07:57 2008 New Revision: 617674 URL: http://svn.apache.org/viewvc?rev=617674&view=rev Log: locked down plugin revs, optimized dependencies, removed unneeded profile Modified: maven/archetype/trunk/pom.xml Modified: maven/archetype/trunk/pom.xml URL: http://svn.apache.org/viewvc/maven/archetype/trunk/pom.xml?rev=617674&r1=617673&r2=617674&view=diff ============================================================================== --- maven/archetype/trunk/pom.xml (original) +++ maven/archetype/trunk/pom.xml Fri Feb 1 14:07:57 2008 @@ -18,8 +18,8 @@ ~ under the License. --> + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 @@ -28,25 +28,25 @@ 7 ../pom/maven/pom.xml - + org.apache.maven.archetype maven-archetype 2.0-SNAPSHOT - + Maven Archetype pom - + archetype-testing archetype-common archetype-plugin archetype-packaging - + true - + The Apache Software License, Version 2.0 @@ -59,7 +59,7 @@ http://jira.codehaus.org/browse/ARCHETYPE 2007 - + @@ -127,7 +127,88 @@ - + + + + org.apache.maven.archetype + archetype-common + 2.0-SNAPSHOT + + + org.apache.maven + maven-plugin-api + ${mavenVersion} + + + org.apache.maven + maven-model + ${mavenVersion} + + + org.codehaus.plexus + plexus-utils + 1.4.6 + + + org.codehaus.plexus + plexus-interactivity-api + 1.0-alpha-5 + + + org.codehaus.plexus + plexus-velocity + 1.1.3 + + + commons-io + commons-io + 1.3.1 + + + dom4j + dom4j + 1.6.1 + + + jdom + jdom + 1.0 + + + velocity + velocity + 1.4 + + + net.sourceforge.jchardet + jchardet + 1.0 + + + commons-collections + commons-collections + 3.2 + + + junit + junit + 3.8.1 + test + + + org.apache.maven.shared + maven-plugin-testing-harness + 1.0-beta-1 + test + + + org.apache.maven.wagon + wagon-file + 1.0-alpha-6 + test + + + maven2.0 @@ -138,23 +219,7 @@ 2.0.8 - - - org.apache.maven.archetype - archetype-common - 2.0-SNAPSHOT - - - - org.apache.maven - maven-plugin-api - ${mavenVersion} - - - org.apache.maven - maven-model - ${mavenVersion} - + org.apache.maven maven-project @@ -165,75 +230,11 @@ maven-core ${mavenVersion} - - - org.codehaus.plexus - plexus-utils - 1.4.6 - org.codehaus.plexus plexus-container-default 1.0-alpha-9-stable-1 - - org.codehaus.plexus - plexus-interactivity-api - 1.0-alpha-5 - - - org.codehaus.plexus - plexus-velocity - 1.1.3 - - - commons-io - commons-io - 1.3.1 - - - dom4j - dom4j - 1.6.1 - - - jdom - jdom - 1.0 - - - velocity - velocity - 1.4 - - - net.sourceforge.jchardet - jchardet - 1.0 - - - commons-collections - commons-collections - 3.2 - - - junit - junit - 3.8.1 - test - - - org.apache.maven.shared - maven-plugin-testing-harness - 1.0-beta-1 - test - - - org.apache.maven.wagon - wagon-file - 1.0-alpha-6 - test - @@ -245,12 +246,6 @@ - org.apache.maven.archetype - archetype-common - 2.0-SNAPSHOT - - - org.apache.maven maven-plugin-api ${mavenVersion} @@ -290,7 +285,6 @@ - org.apache.maven.artifact maven-artifact @@ -298,116 +292,20 @@ org.codehaus.plexus - plexus-utils - 1.4.6 - - - org.codehaus.plexus plexus-container-default 1.0-alpha-40 - - org.codehaus.plexus - plexus-interactivity-api - 1.0-alpha-5 - - - org.codehaus.plexus - plexus-velocity - 1.1.3 - - - commons-io - commons-io - 1.3.1 - - - dom4j - dom4j - 1.6.1 - - - jdom - jdom - 1.0 - - - velocity - velocity - 1.4 - - - net.sourceforge.jchardet - jchardet - 1.0 - - - commons-collections - commons-collections - 3.2 - - - junit - junit - 3.8.1 - test - - - org.apache.maven.shared - maven-plugin-testing-harness - 1.0-beta-1 - test - - - org.apache.maven.wagon - wagon-file - 1.0-alpha-6 - test - - - rafale-jalopy - - - - triemax - jalopy-maven - 1.8-144 - - false - warn - default - file:///home/rafale/projects/RafaleCodeConvention.xml - - **/*.java - - - **/testdata/** - - - - - - process-classes - - format - - - - - - - - + scm:svn:http://svn.apache.org/repos/asf/maven/archetype/trunk scm:svn:https://svn.apache.org/repos/asf/maven/archetype/trunk http://svn.apache.org/viewcvs.cgi/maven/archetype/trunk - + @@ -418,10 +316,66 @@ - org.apache.maven.plugins maven-surefire-plugin 2.3 + + maven-clean-plugin + 2.2 + + + maven-gpg-plugin + 1.0-alpha-4 + + + maven-javadoc-plugin + 2.3 + + + maven-deploy-plugin + 2.3 + + + maven-compiler-plugin + 2.0.2 + + + maven-install-plugin + 2.2 + + + maven-site-plugin + 2.0-beta-6 + + + maven-source-plugin + 2.0.3 + + + maven-resources-plugin + 2.2 + + + maven-war-plugin + 2.1-alpha-1 + + + maven-antrun-plugin + 1.1 + + + maven-dependency-plugin + 2.0 + + + maven-plugin-plugin + 2.3 + + + org.mortbay.jetty + maven-jetty-plugin + 6.1.6 + @@ -444,6 +398,24 @@ +