You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by vs...@apache.org on 2005/08/04 13:17:53 UTC

svn commit: r227345 - /maven/components/trunk/maven-plugins/maven-site-plugin/pom.xml

Author: vsiveton
Date: Thu Aug  4 04:17:50 2005
New Revision: 227345

URL: http://svn.apache.org/viewcvs?rev=227345&view=rev
Log:
Put plexus-utils dependency

Modified:
    maven/components/trunk/maven-plugins/maven-site-plugin/pom.xml

Modified: maven/components/trunk/maven-plugins/maven-site-plugin/pom.xml
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-site-plugin/pom.xml?rev=227345&r1=227344&r2=227345&view=diff
==============================================================================
--- maven/components/trunk/maven-plugins/maven-site-plugin/pom.xml (original)
+++ maven/components/trunk/maven-plugins/maven-site-plugin/pom.xml Thu Aug  4 04:17:50 2005
@@ -61,6 +61,10 @@
       <artifactId>wagon-ssh</artifactId>
       <version>1.0-alpha-4</version>
     </dependency>
+    <dependency>
+      <groupId>plexus</groupId>
+      <artifactId>plexus-utils</artifactId>
+    </dependency>
   </dependencies>
   <developers>
     <developer>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org