You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2008/12/23 11:37:20 UTC

svn commit: r728920 - in /maven/enforcer/trunk: maven-enforcer-plugin/pom.xml pom.xml

Author: bentmann
Date: Tue Dec 23 02:37:19 2008
New Revision: 728920

URL: http://svn.apache.org/viewvc?rev=728920&view=rev
Log:
o Replaced <classifier>tests</classifier> with <type>test-jar</type> to enable successful reactor build of phases before "install" (cf. MJAR-75 and MNG-2045)

Modified:
    maven/enforcer/trunk/maven-enforcer-plugin/pom.xml
    maven/enforcer/trunk/pom.xml

Modified: maven/enforcer/trunk/maven-enforcer-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/enforcer/trunk/maven-enforcer-plugin/pom.xml?rev=728920&r1=728919&r2=728920&view=diff
==============================================================================
--- maven/enforcer/trunk/maven-enforcer-plugin/pom.xml (original)
+++ maven/enforcer/trunk/maven-enforcer-plugin/pom.xml Tue Dec 23 02:37:19 2008
@@ -147,7 +147,7 @@
     <dependency>
       <groupId>org.apache.maven.enforcer</groupId>
       <artifactId>enforcer-rules</artifactId>
-      <classifier>tests</classifier>
+      <type>test-jar</type>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.shared</groupId>

Modified: maven/enforcer/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/enforcer/trunk/pom.xml?rev=728920&r1=728919&r2=728920&view=diff
==============================================================================
--- maven/enforcer/trunk/pom.xml (original)
+++ maven/enforcer/trunk/pom.xml Tue Dec 23 02:37:19 2008
@@ -198,7 +198,7 @@
         <groupId>org.apache.maven.enforcer</groupId>
         <artifactId>enforcer-rules</artifactId>
         <version>1.0-alpha-5-SNAPSHOT</version>
-        <classifier>tests</classifier>
+        <type>test-jar</type>
         <scope>test</scope>
       </dependency>
       <dependency>