mirror of https://github.com/apache/maven.git
o Disabled IT for 3.x as the API of the wagon manager is not compatible
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@749288 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
cda737a6fe
commit
2f72e7f5d9
|
@ -32,7 +32,8 @@ public class MavenIT0113ServerAuthzAvailableToWagonMgrInPluginTest
|
|||
{
|
||||
public MavenIT0113ServerAuthzAvailableToWagonMgrInPluginTest()
|
||||
{
|
||||
super( ALL_MAVEN_VERSIONS );
|
||||
// wagon manager not fully supported in 3.x
|
||||
super( "[2.0,3.0-alpha-1)" );
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue