]> source.dussan.org Git - archiva.git/commitdiff
Fix url and add distributionManagement to publish reference docs and reports.
authorWendy Smoak <wsmoak@apache.org>
Sun, 11 May 2008 05:58:23 +0000 (05:58 +0000)
committerWendy Smoak <wsmoak@apache.org>
Sun, 11 May 2008 05:58:23 +0000 (05:58 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@655252 13f79535-47bb-0310-9956-ffa450edef68

pom.xml

diff --git a/pom.xml b/pom.xml
index ed172ea2f7c939b0493972de2113627f7581636b..f0c2edd26dc25dd557505ab2d750280b854e43e4 100644 (file)
--- a/pom.xml
+++ b/pom.xml
   <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 -->