mirror of https://github.com/apache/archiva.git
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
This commit is contained in:
parent
f70c29e3ce
commit
cd7d42e79d
21
pom.xml
21
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>
|
||||
|
|
Loading…
Reference in New Issue