Author: tchemit Date: 2010-05-09 10:53:52 +0200 (Sun, 09 May 2010) New Revision: 1885 Url: http://nuiton.org/repositories/revision/jaxx/1885 Log: to deploy with maven 3 Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-05-09 08:53:08 UTC (rev 1884) +++ trunk/pom.xml 2010-05-09 08:53:52 UTC (rev 1885) @@ -402,6 +402,15 @@ <build> + <extensions> + <!-- Enabling the use of scpexe with maven 3.0 --> + <extension> + <groupId>org.apache.maven.wagon</groupId> + <artifactId>wagon-ssh-external</artifactId> + <version>1.0-beta-6</version> + </extension> + </extensions> + <pluginManagement> <plugins>