From df987637bb384635d5641177d49a169ddbc9e4a9 Mon Sep 17 00:00:00 2001 From: Niall Pemberton Date: Wed, 6 Oct 2010 17:56:17 +0000 Subject: [PATCH 1/2] Create a test branch for Maven 3 git-svn-id: https://svn.apache.org/repos/asf/commons/proper/commons-parent/branches/maven-3-test@1005189 13f79535-47bb-0310-9956-ffa450edef68 From b2d258326c21e47520239f3ef345b02c0be907ed Mon Sep 17 00:00:00 2001 From: Niall Pemberton Date: Thu, 7 Oct 2010 00:12:15 +0000 Subject: [PATCH 2/2] Add a profile for maven-3 git-svn-id: https://svn.apache.org/repos/asf/commons/proper/commons-parent/branches/maven-3-test@1005297 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 144 +++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 143 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 26e8d079a..c272545b3 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ commons-parent pom - 18-SNAPSHOT + 18-m3 Commons Parent http://commons.apache.org/ @@ -164,6 +164,11 @@ maven-gpg-plugin 1.1 + + org.apache.maven.plugins + maven-help-plugin + 2.1.1 + org.apache.maven.plugins maven-install-plugin @@ -724,6 +729,143 @@ ../vfs + + maven-3 + + + + ${basedir} + + + + 2.4.3 + + + + + + org.apache.maven.plugins + maven-site-plugin + 3.0-beta-2 + + + org.apache.maven.plugins + maven-project-info-reports-plugin + 2.2 + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.6.1 + + + org.apache.maven.plugins + maven-jxr-plugin + 2.1 + + + org.apache.maven.plugins + maven-surefire-report-plugin + ${commons.surefire.version} + + + org.codehaus.mojo + rat-maven-plugin + 1.0-alpha-3 + + + org.apache.maven.plugins + maven-changes-plugin + 2.3 + + + org.apache.maven.plugins + maven-checkstyle-plugin + 2.6 + + + org.codehaus.mojo + clirr-maven-plugin + 2.2.2 + + + org.codehaus.mojo + findbugs-maven-plugin + 2.3.1 + + + org.codehaus.mojo + cobertura-maven-plugin + 2.4 + + + + + + maven-site-plugin + + + attach-descriptor + + attach-descriptor + + + + + + + org.apache.maven.plugins + maven-project-info-reports-plugin + + false + false + + + dependencies + issue-tracking + mailing-list + license + project-team + summary + scm + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + true + ${maven.compile.source} + ${commons.encoding} + ${commons.docEncoding} + true + + http://java.sun.com/javase/6/docs/api/ + + + + + org.apache.maven.plugins + maven-jxr-plugin + + false + + + + org.apache.maven.plugins + maven-surefire-report-plugin + + + org.codehaus.mojo + rat-maven-plugin + + + + + + +