mirror of https://github.com/apache/maven.git
[MNG-2097] add in the test case to the suite
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@727675 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c7da6efce3
commit
d226112966
|
@ -201,6 +201,7 @@ public class IntegrationTestSuite
|
|||
suite.addTestSuite( MavenITmng2130ParentLookupFromReactorCacheTest.class );
|
||||
suite.addTestSuite( MavenITmng2124PomInterpolationWithParentValuesTest.class );
|
||||
suite.addTestSuite( MavenITmng2123VersionRangeDependencyTest.class );
|
||||
suite.addTestSuite( MavenITmng2097PreparePackagePhaseTest.class );
|
||||
suite.addTestSuite( MavenITmng2068ReactorRelativeParentsTest.class );
|
||||
suite.addTestSuite( MavenITmng2054PluginExecutionInheritanceTest.class );
|
||||
suite.addTestSuite( MavenITmng2052InterpolateWithSettingsProfilePropertiesTest.class );
|
||||
|
|
Loading…
Reference in New Issue