You are viewing a plain text version of this content. The canonical link for it is here.
Posted to surefire-commits@maven.apache.org by jv...@apache.org on 2005/12/04 16:11:26 UTC

svn commit: r353861 - /maven/surefire/trunk/surefire-site/pom.xml

Author: jvanzyl
Date: Sun Dec  4 07:11:23 2005
New Revision: 353861

URL: http://svn.apache.org/viewcvs?rev=353861&view=rev
Log:
o using scpexe because there is still something wrong, we should probably roll back those
  directory copying changes until we know what's going on.

Modified:
    maven/surefire/trunk/surefire-site/pom.xml

Modified: maven/surefire/trunk/surefire-site/pom.xml
URL: http://svn.apache.org/viewcvs/maven/surefire/trunk/surefire-site/pom.xml?rev=353861&r1=353860&r2=353861&view=diff
==============================================================================
--- maven/surefire/trunk/surefire-site/pom.xml (original)
+++ maven/surefire/trunk/surefire-site/pom.xml Sun Dec  4 07:11:23 2005
@@ -14,9 +14,18 @@
   <distributionManagement>
     <site>
       <id>website</id>
-      <url>scp://minotaur.apache.org/www/maven.apache.org/surefire/</url>
+      <url>scpexe://minotaur.apache.org/www/maven.apache.org/surefire/</url>
     </site>
   </distributionManagement>
+   <build>
+    <extensions>
+      <extension>
+        <groupId>org.apache.maven.wagon</groupId>
+         <artifactId>wagon-ssh-external</artifactId>
+         <version>1.0-alpha-5</version>
+      </extension>
+    </extensions>
+  </build>
   <reporting>
     <!-- TODO: disable dependencies -->
     <plugins>