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>