[MNG-4191] separate plugin and artifact repositories

o Updated test setup

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@786916 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2009-06-20 22:14:42 +00:00
parent 7b08fae305
commit 03c9882b27
1 changed files with 12 additions and 0 deletions

View File

@ -35,6 +35,18 @@ under the License.
</snapshots>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>maven-core-it</id>
<url>@baseurl@/repo</url>
<releases>
<checksumPolicy>ignore</checksumPolicy>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
</profile>
</profiles>
<activeProfiles>