You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2014/03/15 14:09:20 UTC

svn commit: r1577857 - /maven/plugins/trunk/maven-plugins/pom.xml

Author: hboutemy
Date: Sat Mar 15 13:09:19 2014
New Revision: 1577857

URL: http://svn.apache.org/r1577857
Log:
cleanup

Modified:
    maven/plugins/trunk/maven-plugins/pom.xml

Modified: maven/plugins/trunk/maven-plugins/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-plugins/pom.xml?rev=1577857&r1=1577856&r2=1577857&view=diff
==============================================================================
--- maven/plugins/trunk/maven-plugins/pom.xml (original)
+++ maven/plugins/trunk/maven-plugins/pom.xml Sat Mar 15 13:09:19 2014
@@ -71,11 +71,6 @@ under the License.
   <build>
     <pluginManagement>
       <plugins>
-        <plugin><!-- TODO: remove when upgrading to asf parent 14 -->
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-invoker-plugin</artifactId>
-          <version>1.8</version>
-        </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-changes-plugin</artifactId>
@@ -124,7 +119,7 @@ under the License.
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-scm-publish-plugin</artifactId>
         <configuration>
-          <content>${project.reporting.outputDirectory}</content>
+          <content>${project.reporting.outputDirectory}</content><!-- plugins are mono-module, no real need for site:stage -->
         </configuration>
       </plugin>
       <plugin>
@@ -171,11 +166,6 @@ under the License.
         <artifactId>maven-plugin-plugin</artifactId>
         <version>3.2</version>
       </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-project-info-reports-plugin</artifactId>
-        <version>2.6</version>
-      </plugin>
     </plugins>
   </reporting>