Author: bentmann
Date: Sun Aug  2 19:31:08 2009
New Revision: 800137

URL: http://svn.apache.org/viewvc?rev=800137&view=rev
Log:
[MNG-4277] Remove core artifacts from ${plugin.artifacts}

o Disabled affected IT

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

Modified: 
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3428PluginDescriptorArtifactsIncompleteTest.java
URL: 
http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3428PluginDescriptorArtifactsIncompleteTest.java?rev=800137&r1=800136&r2=800137&view=diff
==============================================================================
--- 
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3428PluginDescriptorArtifactsIncompleteTest.java
 (original)
+++ 
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng3428PluginDescriptorArtifactsIncompleteTest.java
 Sun Aug  2 19:31:08 2009
@@ -33,7 +33,8 @@
 {
     public MavenITmng3428PluginDescriptorArtifactsIncompleteTest()
     {
-        super( "(2.0.8,)" ); // 2.0.8+
+        // core artifacts are deliberately excluded in 3.x (see MNG-4277)
+        super( "(2.0.8,3.0-alpha-1)" ); // 2.0.8+
     }
 
     public void testitMNG3428 ()


Reply via email to