You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by jo...@apache.org on 2011/04/09 04:03:52 UTC

svn commit: r1090508 - /incubator/rat/main/trunk/pom.xml

Author: jochen
Date: Sat Apr  9 02:03:52 2011
New Revision: 1090508

URL: http://svn.apache.org/viewvc?rev=1090508&view=rev
Log:
Adding wagon-ssh as an extension, so that we can use Maven 3 for site deployment.

Modified:
    incubator/rat/main/trunk/pom.xml

Modified: incubator/rat/main/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/rat/main/trunk/pom.xml?rev=1090508&r1=1090507&r2=1090508&view=diff
==============================================================================
--- incubator/rat/main/trunk/pom.xml (original)
+++ incubator/rat/main/trunk/pom.xml Sat Apr  9 02:03:52 2011
@@ -238,6 +238,13 @@ Note that binary compatibility is not ga
         </executions>
       </plugin>
     </plugins>
+    <extensions>
+      <extension>
+        <groupId>org.apache.maven.wagon</groupId>
+         <artifactId>wagon-ssh</artifactId>
+         <version>1.0-beta-7</version>
+      </extension>
+    </extensions>
   </build>
 
   <issueManagement>