Author: brett Date: Tue Mar 21 23:13:53 2006 New Revision: 387774 URL: http://svn.apache.org/viewcvs?rev=387774&view=rev Log: move JXR and surefire report plugins out of the sandbox
Added: maven/plugins/trunk/maven-jxr-plugin/ - copied from r387764, maven/sandbox/plugins/jxr-maven-plugin/ maven/plugins/trunk/maven-jxr-plugin/pom.xml - copied unchanged from r387769, maven/sandbox/plugins/jxr-maven-plugin/pom.xml maven/plugins/trunk/maven-jxr-plugin/src/ - copied from r387769, maven/sandbox/plugins/jxr-maven-plugin/src/ maven/plugins/trunk/maven-surefire-report-plugin/ - copied from r387764, maven/sandbox/plugins/surefire-report-maven-plugin/ maven/plugins/trunk/maven-surefire-report-plugin/pom.xml - copied unchanged from r387769, maven/sandbox/plugins/surefire-report-maven-plugin/pom.xml maven/plugins/trunk/maven-surefire-report-plugin/src/ - copied from r387769, maven/sandbox/plugins/surefire-report-maven-plugin/src/ Removed: maven/sandbox/plugins/jxr-maven-plugin/ maven/sandbox/plugins/surefire-report-maven-plugin/ Modified: maven/plugins/trunk/pom.xml Modified: maven/plugins/trunk/pom.xml URL: http://svn.apache.org/viewcvs/maven/plugins/trunk/pom.xml?rev=387774&r1=387773&r2=387774&view=diff ============================================================================== --- maven/plugins/trunk/pom.xml (original) +++ maven/plugins/trunk/pom.xml Tue Mar 21 23:13:53 2006 @@ -47,6 +47,7 @@ <module>maven-install-plugin</module> <module>maven-jar-plugin</module> <module>maven-javadoc-plugin</module> + <module>maven-jxr-plugin</module> <module>maven-plugin-plugin</module> <module>maven-pmd-plugin</module> <module>maven-project-info-reports-plugin</module> @@ -57,6 +58,7 @@ <module>maven-site-plugin</module> <module>maven-source-plugin</module> <module>maven-surefire-plugin</module> + <module>maven-surefire-report-plugin</module> <module>maven-war-plugin</module> <module>maven-verifier-plugin</module> </modules>