You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2008/09/19 10:19:35 UTC

svn commit: r696972 - /maven/plugins/trunk/maven-reactor-plugin/pom.xml

Author: brett
Date: Fri Sep 19 01:19:35 2008
New Revision: 696972

URL: http://svn.apache.org/viewvc?rev=696972&view=rev
Log:
use all the common SCM providers without dragging in the plugin

Modified:
    maven/plugins/trunk/maven-reactor-plugin/pom.xml

Modified: maven/plugins/trunk/maven-reactor-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-reactor-plugin/pom.xml?rev=696972&r1=696971&r2=696972&view=diff
==============================================================================
--- maven/plugins/trunk/maven-reactor-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-reactor-plugin/pom.xml Fri Sep 19 01:19:35 2008
@@ -69,23 +69,12 @@
         <version>2.0.10</version>
     </dependency>
     <dependency>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-scm-plugin</artifactId>
-        <version>1.1</version>
-    </dependency>
-    <!-- DGF it's too painful to depend on all of the providers plus the API + plexus and track their versions ... -->
-    <!--
-    <dependency>
         <groupId>org.apache.maven.scm</groupId>
-        <artifactId>maven-scm-api</artifactId>
-        <version>1.0</version>
+        <artifactId>maven-scm-providers</artifactId>
+        <version>1.1</version>
+        <type>pom</type>
     </dependency>
     <dependency>
-        <groupId>org.apache.maven.scm</groupId>
-        <artifactId>maven-scm-manager-plexus</artifactId>
-        <version>1.0</version>
-    </dependency>-->
-    <dependency>
         <groupId>org.apache.maven</groupId>
         <artifactId>maven-project</artifactId>
         <version>2.0.9</version>