Author: tchemit Date: 2010-05-08 18:54:13 +0200 (Sat, 08 May 2010) New Revision: 710 Url: http://nuiton.org/repositories/revision/maven-helper-plugin/710 Log: make scm works with maven 3 Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-05-08 16:30:31 UTC (rev 709) +++ trunk/pom.xml 2010-05-08 16:54:13 UTC (rev 710) @@ -327,6 +327,15 @@ <build> + <extensions> + <!-- Enabling the use of FTP --> + <extension> + <groupId>org.apache.maven.wagon</groupId> + <artifactId>wagon-ssh-external</artifactId> + <version>1.0-beta-6</version> + </extension> + </extensions> + <testResources> <testResource> <directory>${maven.src.dir}/test/resources</directory>
participants (1)
-
tchemit@users.nuiton.org