summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenri Yandell <bayard@apache.org>2006-11-24 20:16:09 +0000
committerHenri Yandell <bayard@apache.org>2006-11-24 20:16:09 +0000
commitcd7d42e79dd9edf8c10d0c5de2a9d0931a3a077b (patch)
tree764c5c453d16736b848179fef5550dc571b41a8d
parentf70c29e3cefbb1964daa030d79778a1c03bcf547 (diff)
downloadarchiva-cd7d42e79dd9edf8c10d0c5de2a9d0931a3a077b.tar.gz
archiva-cd7d42e79dd9edf8c10d0c5de2a9d0931a3a077b.zip
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.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@478976 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--pom.xml21
1 files changed, 20 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 46d24947d..1133b40f9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>
@@ -478,6 +485,18 @@
<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>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ </pluginRepository>
</pluginRepositories>
<properties>
<maven.version>2.0.4</maven.version>