mirror of https://github.com/apache/maven.git
Add codehaus snapshot repo for plexus alpha 34-snapshot
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@587165 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4d66a86927
commit
5aded04a0a
13
pom.xml
13
pom.xml
|
@ -204,6 +204,19 @@ under the License.
|
||||||
</site>
|
</site>
|
||||||
</distributionManagement>
|
</distributionManagement>
|
||||||
|
|
||||||
|
<repositories>
|
||||||
|
<repository>
|
||||||
|
<id>org.codehaus</id>
|
||||||
|
<name>Codehaus Snapshot Development Repository</name>
|
||||||
|
<url>http://snapshots.repository.codehaus.org</url>
|
||||||
|
<releases>
|
||||||
|
<enabled>false</enabled>
|
||||||
|
</releases>
|
||||||
|
</repository>
|
||||||
|
|
||||||
|
</repositories>
|
||||||
|
|
||||||
|
|
||||||
<profiles>
|
<profiles>
|
||||||
<profile>
|
<profile>
|
||||||
<id>osgi</id>
|
<id>osgi</id>
|
||||||
|
|
Loading…
Reference in New Issue