[MNG-4570] [regression] User/pass from settings.xml is not used during site:deploy

o Enabled IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@917253 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2010-02-28 19:06:06 +00:00
parent b16fc8168b
commit 360c1b7922
1 changed files with 1 additions and 2 deletions

View File

@ -32,8 +32,7 @@ public class MavenIT0113ServerAuthzAvailableToWagonMgrInPluginTest
{
public MavenIT0113ServerAuthzAvailableToWagonMgrInPluginTest()
{
// wagon manager not fully supported in 3.x
super( "[2.0,3.0-alpha-1)" );
super( "[2.0,3.0-alpha-1),[3.0-alpha-7,)" );
}
/**