mirror of https://github.com/apache/archiva.git
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:
parent
fc5dbaf880
commit
d516fb369e
4
pom.xml
4
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue