You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mrunit.apache.org by jd...@apache.org on 2012/04/04 06:10:10 UTC

svn commit: r1309235 - in /incubator/mrunit/branches/mrunit-0.9: pom.xml src/site/

Author: jdonofrio
Date: Wed Apr  4 04:10:10 2012
New Revision: 1309235

URL: http://svn.apache.org/viewvc?rev=1309235&view=rev
Log:
MRUNIT-96: Cleanup release: remove unnecesssary artifacts from nexus and distribute single binary distribution

Removed:
    incubator/mrunit/branches/mrunit-0.9/src/site/
Modified:
    incubator/mrunit/branches/mrunit-0.9/pom.xml

Modified: incubator/mrunit/branches/mrunit-0.9/pom.xml
URL: http://svn.apache.org/viewvc/incubator/mrunit/branches/mrunit-0.9/pom.xml?rev=1309235&r1=1309234&r2=1309235&view=diff
==============================================================================
--- incubator/mrunit/branches/mrunit-0.9/pom.xml (original)
+++ incubator/mrunit/branches/mrunit-0.9/pom.xml Wed Apr  4 04:10:10 2012
@@ -196,12 +196,6 @@
 
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-site-plugin</artifactId>
-        <version>3.0-beta-3</version>
-      </plugin>
-
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
         <version>2.8.1</version>
         <configuration>
@@ -279,34 +273,6 @@
 
   </dependencies>
 
-  <reporting>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-project-info-reports-plugin</artifactId>
-        <version>2.4</version>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-surefire-report-plugin</artifactId>
-        <version>2.8.1</version>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-jxr-plugin</artifactId>
-        <version>2.2</version>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-javadoc-plugin</artifactId>
-        <version>2.8.1</version>
-        <configuration>
-          <excludePackageNames>*.internal</excludePackageNames>
-        </configuration>
-      </plugin>
-    </plugins>
-  </reporting>
-
   <profiles>
     <profile>
       <!-- Used only when cutting a full release to sign the artifacts -->