summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWendy Smoak <wsmoak@apache.org>2008-05-11 05:58:23 +0000
committerWendy Smoak <wsmoak@apache.org>2008-05-11 05:58:23 +0000
commit98b9a7732a3ff7849beff93e62e2af7b1c2fedaa (patch)
tree094153a5e1e67d39252f3076c9665f853c9d8936
parente9411ddc8121f576d96b59fa542bf26e9ef03ff0 (diff)
downloadarchiva-98b9a7732a3ff7849beff93e62e2af7b1c2fedaa.tar.gz
archiva-98b9a7732a3ff7849beff93e62e2af7b1c2fedaa.zip
Fix url and add distributionManagement to publish reference docs and reports.
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@655252 13f79535-47bb-0310-9956-ffa450edef68
-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 -->