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 2011/06/26 22:28:19 UTC

svn commit: r1139934 - /maven/release/trunk/maven-release-manager/pom.xml

Author: hboutemy
Date: Sun Jun 26 20:28:19 2011
New Revision: 1139934

URL: http://svn.apache.org/viewvc?rev=1139934&view=rev
Log:
added components-report

Modified:
    maven/release/trunk/maven-release-manager/pom.xml

Modified: maven/release/trunk/maven-release-manager/pom.xml
URL: http://svn.apache.org/viewvc/maven/release/trunk/maven-release-manager/pom.xml?rev=1139934&r1=1139933&r2=1139934&view=diff
==============================================================================
--- maven/release/trunk/maven-release-manager/pom.xml (original)
+++ maven/release/trunk/maven-release-manager/pom.xml Sun Jun 26 20:28:19 2011
@@ -242,7 +242,6 @@
       <plugin>
         <groupId>org.codehaus.modello</groupId>
         <artifactId>modello-maven-plugin</artifactId>
-        <version>1.4.1</version>
         <executions>
           <execution>
             <goals>
@@ -264,7 +263,6 @@
       <plugin>
         <groupId>org.codehaus.plexus</groupId>
         <artifactId>plexus-maven-plugin</artifactId>
-        <version>1.3.8</version>
         <executions>
           <execution>
             <id>create-component-descriptor</id>
@@ -291,4 +289,19 @@
       </plugin>
     </plugins>
   </build>
+
+  <profiles>
+    <profile>
+      <id>reporting</id>
+      <reporting>
+        <plugins>
+          <plugin>
+            <groupId>org.codehaus.plexus</groupId>
+            <artifactId>plexus-maven-plugin</artifactId>
+            <version>1.3.8</version>
+          </plugin>
+        </plugins>
+      </reporting>
+    </profile>
+  </profiles>
 </project>