fix deployment location

git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@594840 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Porter 2007-11-14 11:53:48 +00:00
parent 2e96308203
commit 3e04b70f8d
1 changed files with 3 additions and 0 deletions

View File

@ -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>