Author: tchemit Date: 2010-05-09 14:05:03 +0200 (Sun, 09 May 2010) New Revision: 896 Url: http://nuiton.org/repositories/revision/mavenpom/896 Log: make project deployable with maven 3 Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-05-09 12:02:56 UTC (rev 895) +++ trunk/pom.xml 2010-05-09 12:05:03 UTC (rev 896) @@ -357,6 +357,15 @@ </resource> </resources> + <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> + <plugins> <plugin>
participants (1)
-
tchemit@users.nuiton.org