mirror of https://github.com/apache/maven.git
Added codehaus repo because that's not synced with ibiblio yet.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@420157 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
df2b72bb6c
commit
c16573f260
|
@ -36,6 +36,14 @@
|
|||
<enabled>false</enabled>
|
||||
</releases>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>codehaus</id>
|
||||
<name>Codehaus Repository</name>
|
||||
<url>http://repository.codehaus.org/</url>
|
||||
<snapshots>
|
||||
<enabled>false</enabled>
|
||||
</snapshots>
|
||||
</repository>
|
||||
</repositories>
|
||||
<modules>
|
||||
<module>maven-script-ant</module>
|
||||
|
|
Loading…
Reference in New Issue