You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by oc...@apache.org on 2006/04/17 10:58:36 UTC

svn commit: r394645 - /maven/plugins/trunk/maven-repository-plugin/pom.xml

Author: oching
Date: Mon Apr 17 01:58:35 2006
New Revision: 394645

URL: http://svn.apache.org/viewcvs?rev=394645&view=rev
Log:
PR: MREPOSITORY-1

Added testing harness dependency.

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

Modified: maven/plugins/trunk/maven-repository-plugin/pom.xml
URL: http://svn.apache.org/viewcvs/maven/plugins/trunk/maven-repository-plugin/pom.xml?rev=394645&r1=394644&r2=394645&view=diff
==============================================================================
--- maven/plugins/trunk/maven-repository-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-repository-plugin/pom.xml Mon Apr 17 01:58:35 2006
@@ -38,5 +38,10 @@
       <artifactId>maven-plugin-api</artifactId>
       <version>2.0</version>
     </dependency>
+    <dependency>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-plugin-testing-harness</artifactId>
+      <version>1.0-SNAPSHOT</version>
+    </dependency> 
   </dependencies>
 </project>