summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pom.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index ed172ea2f..f0c2edd26 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,9 +39,16 @@
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/archiva/trunk</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/archiva/trunk</developerConnection>
- <url>http://svn.apache.org/viewcvs.cgi/archiva/trunk</url>
+ <url>http://svn.apache.org/viewvc/archiva/trunk</url>
</scm>
+ <distributionManagement>
+ <site>
+ <id>apache.website</id>
+ <url>scp://people.apache.org/www/archiva.apache.org/ref/${project.version}</url>
+ </site>
+ </distributionManagement>
+
<build>
<plugins>
<!-- We want to package up license resources in the JARs produced -->