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:
Benjamin Bentmann 2009-03-02 12:27:47 +00:00
parent cda737a6fe
commit 2f72e7f5d9
1 changed files with 2 additions and 1 deletions

View File

@ -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)" );
}
/**