You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2013/06/21 22:05:00 UTC

svn commit: r1495570 - /commons/proper/commons-digest-plugin/trunk/pom.xml

Author: sebb
Date: Fri Jun 21 20:05:00 2013
New Revision: 1495570

URL: http://svn.apache.org/r1495570
Log:
Drop the self-references - they prevent the initial install/deploy of the plugin

Modified:
    commons/proper/commons-digest-plugin/trunk/pom.xml

Modified: commons/proper/commons-digest-plugin/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-digest-plugin/trunk/pom.xml?rev=1495570&r1=1495569&r2=1495570&view=diff
==============================================================================
--- commons/proper/commons-digest-plugin/trunk/pom.xml (original)
+++ commons/proper/commons-digest-plugin/trunk/pom.xml Fri Jun 21 20:05:00 2013
@@ -131,23 +131,10 @@ Apache Commons Digest Maven plugin provi
             <skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound>
           </configuration>
         </plugin>
-        <!-- This needs to be part of the parent pom -->
-        <plugin>
-          <groupId>org.apache.commons</groupId>
-          <artifactId>commons-digest-plugin</artifactId>
-          <!-- but with a specific version -->
-          <version>${project.version}</version>
-        </plugin>
       </plugins>
     </pluginManagement>
 
     <plugins>
-      <!-- self reference to allow use with shortcut name -->
-      <plugin>
-        <groupId>org.apache.commons</groupId>
-        <artifactId>commons-digest-plugin</artifactId>
-        <version>${project.version}</version>
-      </plugin>
       <plugin>
         <artifactId>maven-assembly-plugin</artifactId>
         <configuration>