mirror of https://github.com/apache/maven.git
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:
parent
cf09cbd373
commit
4bad72b909
9
pom.xml
9
pom.xml
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue