mirror of https://github.com/apache/maven.git
[MNG-4992] Allow to configure plugin parameters of type java.util.Properties just like a map
o Enabled IT git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@1070105 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fb9e1de383
commit
4314d28bab
|
@ -84,7 +84,7 @@ public class IntegrationTestSuite
|
|||
// suite.addTestSuite( MavenIT0108SnapshotUpdateTest.class ); -- MNG-3137
|
||||
|
||||
suite.addTestSuite( MavenITmng5009AggregationCycleTest.class );
|
||||
// suite.addTestSuite( MavenITmng4992MapStylePropertiesParamConfigTest.class );
|
||||
suite.addTestSuite( MavenITmng4992MapStylePropertiesParamConfigTest.class );
|
||||
suite.addTestSuite( MavenITmng4975ProfileInjectedPluginExecutionOrderTest.class );
|
||||
suite.addTestSuite( MavenITmng4973ExtensionVisibleToPluginInReactorTest.class );
|
||||
suite.addTestSuite( MavenITmng4966AbnormalUrlPreservationTest.class );
|
||||
|
|
Loading…
Reference in New Issue