mirror of https://github.com/apache/maven.git
Adding codehaus snapshots repo for now until we have plexus-interpolator released.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@644401 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
82787b4ece
commit
9b1b57f100
8
pom.xml
8
pom.xml
|
@ -44,6 +44,14 @@ under the License.
|
|||
<url>http://jira.codehaus.org/browse/MNG</url>
|
||||
</issueManagement>
|
||||
|
||||
<!-- TODO: TAKE THIS OUT BEFORE WE RELEASE! -->
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>codehaus.snapshots</id>
|
||||
<url>http://snapshots.repository.codehaus.org/</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
<mailingLists>
|
||||
<mailingList>
|
||||
<name>Maven Developer List</name>
|
||||
|
|
Loading…
Reference in New Issue