[MNG-4191] separate plugin and artifact repositories

o Disabled unsupported IT for 3.x

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@783518 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2009-06-10 21:01:32 +00:00
parent 1133daa886
commit ff97d2d940
1 changed files with 2 additions and 1 deletions

View File

@ -30,7 +30,8 @@ public class MavenITmng2539PluginDependenciesComeFromPluginReposTest
public MavenITmng2539PluginDependenciesComeFromPluginReposTest()
{
super( "(2.0.4,)" );
// plugin repositories and normal artifact repositories are completely separated in 3.x (see MNG-4191)
super( "(2.0.4,3.0-alpha-3)" );
}
/**