mirror of https://github.com/apache/maven.git
[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:
parent
1133daa886
commit
ff97d2d940
|
@ -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)" );
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue