mirror of https://github.com/apache/maven.git
o Disabled IT for 3.x (we're aiming at a single Jetty-based HTTP wagon that combines the features of the existing two HTTP wagons)
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@809018 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
78b2f2fd22
commit
785f9c5e8c
|
@ -39,7 +39,8 @@ public class MavenITmng4254SelectableWagonProvidersTest
|
|||
|
||||
public MavenITmng4254SelectableWagonProvidersTest()
|
||||
{
|
||||
super( "(2.2.0,)" );
|
||||
// not supported in 3.x, there will be a single HTTP wagon
|
||||
super( "(2.2.0,3.0-alpha-1)" );
|
||||
}
|
||||
|
||||
public void testCliUsage()
|
||||
|
|
Loading…
Reference in New Issue