mirror of https://github.com/apache/maven.git
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:
parent
9127a56778
commit
fd8f2c6323
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue