You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-scm@portals.apache.org by at...@apache.org on 2008/12/10 18:53:43 UTC

svn commit: r725360 - /portals/pluto/trunk/pom.xml

Author: ate
Date: Wed Dec 10 09:53:42 2008
New Revision: 725360

URL: http://svn.apache.org/viewvc?rev=725360&view=rev
Log:
Adding wagon extensions to allow using ftp to upload artifacts to any remote repository

Modified:
    portals/pluto/trunk/pom.xml

Modified: portals/pluto/trunk/pom.xml
URL: http://svn.apache.org/viewvc/portals/pluto/trunk/pom.xml?rev=725360&r1=725359&r2=725360&view=diff
==============================================================================
--- portals/pluto/trunk/pom.xml (original)
+++ portals/pluto/trunk/pom.xml Wed Dec 10 09:53:42 2008
@@ -369,6 +369,20 @@
             <artifactId>maven-site-plugin</artifactId>
           </plugin>
         </plugins>
+
+        <extensions>
+          <extension>
+            <groupId>org.apache.maven.wagon</groupId>
+            <artifactId>wagon-ssh-external</artifactId>
+            <version>1.0-alpha-5</version>
+          </extension>
+          <extension>
+            <groupId>org.apache.maven.wagon</groupId>
+            <artifactId>wagon-ftp</artifactId>
+            <version>1.0-alpha-6</version>
+          </extension>
+       </extensions>
+
     </build>
 
     <reporting>