You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2012/05/08 15:44:16 UTC

svn commit: r1335514 - /maven/sandbox/trunk/plugins/maven-scm-publish-plugin/pom.xml

Author: hboutemy
Date: Tue May  8 13:44:16 2012
New Revision: 1335514

URL: http://svn.apache.org/viewvc?rev=1335514&view=rev
Log:
added plexus-utils dependency to make the plugin work with Maven 2

Modified:
    maven/sandbox/trunk/plugins/maven-scm-publish-plugin/pom.xml

Modified: maven/sandbox/trunk/plugins/maven-scm-publish-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/plugins/maven-scm-publish-plugin/pom.xml?rev=1335514&r1=1335513&r2=1335514&view=diff
==============================================================================
--- maven/sandbox/trunk/plugins/maven-scm-publish-plugin/pom.xml (original)
+++ maven/sandbox/trunk/plugins/maven-scm-publish-plugin/pom.xml Tue May  8 13:44:16 2012
@@ -102,6 +102,11 @@ under the License.
       <artifactId>commons-io</artifactId>
       <version>2.0.1</version>
     </dependency>
+    <dependency><!-- necessary for Maven 2 compatibility -->
+      <groupId>org.codehaus.plexus</groupId>
+      <artifactId>plexus-utils</artifactId>
+      <version>3.0</version>
+    </dependency>
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>