Adding snapshot repos for plugin resolution.

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@675398 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
John Dennis Casey 2008-07-10 01:18:27 +00:00
parent f5afbe11bd
commit fd3a2d810f
1 changed files with 17 additions and 0 deletions

View File

@ -6,6 +6,23 @@
<version>1.0</version>
<name>MNG-2277</name>
<repositories>
<repository>
<id>test-plugins</id>
<url>http://people.apache.org/repo/m2-snapshot-repository/</url>
<releases><enabled>false</enabled></releases>
<snapshots><enabled>true</enabled></snapshots>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>test-plugins</id>
<url>http://people.apache.org/repo/m2-snapshot-repository/</url>
<releases><enabled>false</enabled></releases>
<snapshots><enabled>true</enabled></snapshots>
</pluginRepository>
</pluginRepositories>
<modules>
<module>assembly</module>
<module>test</module>