mirror of https://github.com/apache/maven.git
o add ejb-client test
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@543285 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
69cb9a63c6
commit
3f216c8e5d
|
@ -157,6 +157,7 @@ public class IntegrationTestSuite
|
|||
suite.addTestSuite( MavenIT0115CustomArtifactHandlerAndCustomLifecycleTest.class );
|
||||
suite.addTestSuite( MavenIT0118AttachedArtifactsInReactor.class );
|
||||
suite.addTestSuite( MavenIT0119PluginPrefixOrder.class );
|
||||
suite.addTestSuite( MavenIT0120EjbClientDependency.class );
|
||||
// not fixed yet
|
||||
//suite.addTestSuite( MavenIT0120EjbClientDependency.class );
|
||||
return suite;
|
||||
|
|
Loading…
Reference in New Issue