Configure a version specific staging repository and prevent deployments directly to the rsynced repo.

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@528843 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Wendy Smoak 2007-04-14 17:27:30 +00:00
parent fc5dbaf880
commit d516fb369e
1 changed files with 4 additions and 0 deletions

View File

@ -68,6 +68,10 @@
<url>http://svn.apache.org/viewcvs.cgi/maven/archiva/trunk</url>
</scm>
<distributionManagement>
<repository>
<id>apache.releases</id>
<url>scpexe://people.apache.org/www/people.apache.org/builds/maven/archiva/${version}/m2-staging-repository</url>
</repository>
<site>
<id>apache.website</id>
<url>scpexe://people.apache.org/www/maven.apache.org/archiva/</url>