diff options
author | Brett Porter <brett@apache.org> | 2007-11-14 11:53:48 +0000 |
---|---|---|
committer | Brett Porter <brett@apache.org> | 2007-11-14 11:53:48 +0000 |
commit | 3e04b70f8d4f39b626264ddb4351d5219bf30ce3 (patch) | |
tree | 61f499206d9f2d2e40135e151247fba59ee08a00 /archiva-site | |
parent | 2e96308203e65923565ea75722eb1847d2d09cbe (diff) | |
download | archiva-3e04b70f8d4f39b626264ddb4351d5219bf30ce3.tar.gz archiva-3e04b70f8d4f39b626264ddb4351d5219bf30ce3.zip |
fix deployment location
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@594840 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-site')
-rw-r--r-- | archiva-site/pom.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/archiva-site/pom.xml b/archiva-site/pom.xml index 48de41329..229f5ee85 100644 --- a/archiva-site/pom.xml +++ b/archiva-site/pom.xml @@ -58,7 +58,10 @@ <site> <id>apache.website</id> <!-- prevent automatic artifactId appending --> +<!-- TODO: we haven't switched yet, and we need .htaccess in place for current docs first too <url>scp://people.apache.org/www/maven.apache.org/archiva/docs/${project.version}</url> + --> + <url>scp://people.apache.org/www/maven.apache.org/archiva/</url> </site> </distributionManagement> </project> |