Author: bayard
Date: Fri Nov 24 12:16:09 2006
New Revision: 478976

URL: http://svn.apache.org/viewvc?view=rev&rev=478976
Log:
Adding the ASF snapshot repo so the site can be deployed. Also adding a change 
from scp to scpexe (and minotaur to people); and a wagon-ssh-external 
extension. Please advise if there's a better way to do the latter one; that's 
how I deploy the site to take advantage of my ssh-agent. 

Modified:
    maven/archiva/trunk/pom.xml

Modified: maven/archiva/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/archiva/trunk/pom.xml?view=diff&rev=478976&r1=478975&r2=478976
==============================================================================
--- maven/archiva/trunk/pom.xml (original)
+++ maven/archiva/trunk/pom.xml Fri Nov 24 12:16:09 2006
@@ -70,10 +70,17 @@
   <distributionManagement>
     <site>
       <id>apache.website</id>
-      <url>scp://minotaur.apache.org/www/maven.apache.org/archiva/</url>
+      <url>scpexe://people.apache.org/www/maven.apache.org/archiva/</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>
     <plugins>
       <plugin>
         <groupId>org.codehaus.plexus</groupId>
@@ -471,6 +478,18 @@
     <pluginRepository>
       <id>codehaus.org</id>
       <url>http://snapshots.repository.codehaus.org</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+      <snapshots>
+        <enabled>true</enabled>
+      </snapshots>
+    </pluginRepository>
+
+    <!-- See: 
http://www.nabble.com/NoClassDefFoundError-from-shared-in-project-info-reports-tf2678299s177.html#a7489595
 -->
+    <pluginRepository>
+      <id>apache.org</id>
+      <url>http://people.apache.org/repo/m2-snapshot-repository</url>
       <releases>
         <enabled>false</enabled>
       </releases>


Reply via email to