Extension support removed from 3.0. Disabled this IT for 3.0.x.

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@704802 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Britton Isbell 2008-10-15 08:19:26 +00:00
parent 9127a56778
commit fd8f2c6323
1 changed files with 5 additions and 0 deletions

View File

@ -29,6 +29,11 @@ import java.util.List;
public class MavenIT0115CustomArtifactHandlerAndCustomLifecycleTest
extends AbstractMavenIntegrationTestCase
{
public MavenIT0115CustomArtifactHandlerAndCustomLifecycleTest() {
super( "[,2.99.99)" );//extension support removed from 3.0
}
public void testit0115()
throws Exception
{