deployment settings

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163478 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-03-07 23:50:20 +00:00
parent cf09cbd373
commit 4bad72b909
1 changed files with 4 additions and 5 deletions

View File

@ -18,11 +18,10 @@
<distributionManagement>
<repository>
<id>central</id>
<name>Maven Central Repository at Ibiblio</name>
<!-- TODO: should this be scp:://login.ibiblio.org:/public/html/maven? Or should we even use url?
How about protocol, host, directory, etc? -->
<url>scp://login.ibiblio.org//public/html/maven</url>
<id>repo1</id>
<name>Maven Central Repository</name>
<url>scp://repo1.maven.org/home/projects/maven/repository/ibiblio-v2</url>
<username>maven</username>
</repository>
</distributionManagement>