You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by si...@apache.org on 2008/10/15 10:19:27 UTC

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

Author: sisbell
Date: Wed Oct 15 01:19:26 2008
New Revision: 704802

URL: http://svn.apache.org/viewvc?rev=704802&view=rev
Log:
Extension support removed from 3.0. Disabled this IT for 3.0.x.

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

Modified: maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenIT0115CustomArtifactHandlerAndCustomLifecycleTest.java
URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenIT0115CustomArtifactHandlerAndCustomLifecycleTest.java?rev=704802&r1=704801&r2=704802&view=diff
==============================================================================
--- maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenIT0115CustomArtifactHandlerAndCustomLifecycleTest.java (original)
+++ maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenIT0115CustomArtifactHandlerAndCustomLifecycleTest.java Wed Oct 15 01:19:26 2008
@@ -29,6 +29,11 @@
 public class MavenIT0115CustomArtifactHandlerAndCustomLifecycleTest
     extends AbstractMavenIntegrationTestCase
 {
+
+    public MavenIT0115CustomArtifactHandlerAndCustomLifecycleTest() {
+        super( "[,2.99.99)" );//extension support removed from 3.0
+    }
+
     public void testit0115()
         throws Exception
     {