You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2005/12/14 21:13:31 UTC

svn commit: r356851 - /maven/plugins/trunk/maven-surefire-plugin/pom.xml

Author: jvanzyl
Date: Wed Dec 14 12:13:28 2005
New Revision: 356851

URL: http://svn.apache.org/viewcvs?rev=356851&view=rev
Log:
o need the build extensions too ...

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

Modified: maven/plugins/trunk/maven-surefire-plugin/pom.xml
URL: http://svn.apache.org/viewcvs/maven/plugins/trunk/maven-surefire-plugin/pom.xml?rev=356851&r1=356850&r2=356851&view=diff
==============================================================================
--- maven/plugins/trunk/maven-surefire-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-surefire-plugin/pom.xml Wed Dec 14 12:13:28 2005
@@ -60,4 +60,13 @@
       <url>scp://minotaur.apache.org/www/maven.apache.org/plugins/</url>
     </site>
   </distributionManagement>
-</project>
\ No newline at end of file
+  <build>
+    <extensions>
+      <extension>
+        <groupId>org.apache.maven.wagon</groupId>
+         <artifactId>wagon-ssh-external</artifactId>
+         <version>1.0-alpha-5</version>
+      </extension>
+    </extensions>
+  </build>
+</project>