fixing the IT so it can find the plugins on a clean repo

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@637998 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brian E Fox 2008-03-17 18:14:53 +00:00
parent d484c51269
commit 64e5a25dd3
1 changed files with 13 additions and 0 deletions

View File

@ -24,4 +24,17 @@
</build>
</profile>
</profiles>
<!--remove when the IT plugins are actually release-->
<pluginRepositories>
<pluginRepository>
<id>apache.snapshots</id>
<url>http://people.apache.org/repo/m2-snapshot-repository</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>false</enabled>
</releases>
</pluginRepository>
</pluginRepositories>
</project>