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:
Carlos Sanchez Gonzalez 2007-10-22 17:26:10 +00:00
parent 4d66a86927
commit 5aded04a0a
1 changed files with 13 additions and 0 deletions

13
pom.xml
View File

@ -204,6 +204,19 @@ under the License.
</site>
</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>
<profile>
<id>osgi</id>