You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by jm...@apache.org on 2006/12/07 16:53:54 UTC

svn commit: r483505 - /maven/continuum/trunk/continuum-release/pom.xml

Author: jmcconnell
Date: Thu Dec  7 07:53:52 2006
New Revision: 483505

URL: http://svn.apache.org/viewvc?view=rev&rev=483505
Log:
removed the exclusion of artifact 2.0 from release manager since that broke the build..detailed the issue in a comment above the dependency I added to maven-artifact 2.0.4

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

Modified: maven/continuum/trunk/continuum-release/pom.xml
URL: http://svn.apache.org/viewvc/maven/continuum/trunk/continuum-release/pom.xml?view=diff&rev=483505&r1=483504&r2=483505
==============================================================================
--- maven/continuum/trunk/continuum-release/pom.xml (original)
+++ maven/continuum/trunk/continuum-release/pom.xml Thu Dec  7 07:53:52 2006
@@ -25,19 +25,20 @@
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-model</artifactId>
     </dependency>
+    <!--
+      adding maven-artifact as a dependency since maven-2.0.5-SNAPSHOT 
+      appears to have a slightly different way of resolving dependencies
+      and 2.0 artifact is getting chosen as opposed to 2.0.4 like earlier
+      versions of maven peg it to...the 2.0 artifact was coming from the
+      maven-release-manager
+    -->
+    <dependency>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-artifact</artifactId>
+    </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-artifact-manager</artifactId>
-      <exclusions>
-        <!--
-          maven release manager uses maven-artifact 2.0 so exclude
-	  because we use an Exception that didn't exist that version
-	-->
-        <exclusion>
-          <groupId>org.apache.maven</groupId>
-	  <artifactId>maven-artifact</artifactId>
-	</exclusion>
-      </exclusions>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.shared</groupId>