You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2010/02/28 20:06:07 UTC

svn commit: r917253 - /maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenIT0113ServerAuthzAvailableToWagonMgrInPluginTest.java

Author: bentmann
Date: Sun Feb 28 19:06:06 2010
New Revision: 917253

URL: http://svn.apache.org/viewvc?rev=917253&view=rev
Log:
[MNG-4570] [regression] User/pass from settings.xml is not used during site:deploy

o Enabled IT

Modified:
    maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenIT0113ServerAuthzAvailableToWagonMgrInPluginTest.java

Modified: maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenIT0113ServerAuthzAvailableToWagonMgrInPluginTest.java
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenIT0113ServerAuthzAvailableToWagonMgrInPluginTest.java?rev=917253&r1=917252&r2=917253&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenIT0113ServerAuthzAvailableToWagonMgrInPluginTest.java (original)
+++ maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenIT0113ServerAuthzAvailableToWagonMgrInPluginTest.java Sun Feb 28 19:06:06 2010
@@ -32,8 +32,7 @@
 {
     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,)" );
     }
 
     /**