Author: dennisl
Date: Wed May 30 07:36:07 2007
New Revision: 542829

URL: http://svn.apache.org/viewvc?view=rev&rev=542829
Log:
Remove the build/pluginManagement sections from the profiles, as those are not 
needed.
Lock down the version for the javadoc and jxr plugins.

Modified:
    jakarta/commons/proper/commons-parent/trunk/pom.xml

Modified: jakarta/commons/proper/commons-parent/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/commons-parent/trunk/pom.xml?view=diff&rev=542829&r1=542828&r2=542829
==============================================================================
--- jakarta/commons/proper/commons-parent/trunk/pom.xml (original)
+++ jakarta/commons/proper/commons-parent/trunk/pom.xml Wed May 30 07:36:07 2007
@@ -166,6 +166,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
+        <version>2.2</version>
         <configuration> 
           <aggregate>true</aggregate>
         </configuration> 
@@ -173,6 +174,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-jxr-plugin</artifactId>
+        <version>2.1</version>
         <configuration> 
           <aggregate>true</aggregate>
         </configuration> 
@@ -216,15 +218,6 @@
         </repository>
       </distributionManagement>
       <build>
-        <pluginManagement>
-          <plugins>
-            <plugin>
-              <groupId>org.apache.maven.plugins</groupId>
-              <artifactId>maven-source-plugin</artifactId>
-              <version>2.0.3</version>
-            </plugin>
-          </plugins>
-        </pluginManagement>
         <plugins>
           <!-- We want to sign the artifact, the POM, and all attached 
artifacts -->
           <plugin>
@@ -285,15 +278,6 @@
         </snapshotRepository>
       </distributionManagement>
       <build>
-        <pluginManagement>
-          <plugins>
-            <plugin>
-              <groupId>org.apache.maven.plugins</groupId>
-              <artifactId>maven-source-plugin</artifactId>
-              <version>2.0.3</version>
-            </plugin>
-          </plugins>
-        </pluginManagement>
         <plugins>
           <!-- We want to sign the artifact, the POM, and all attached 
artifacts -->
           <plugin>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to