[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:
Benjamin Bentmann 2011-02-12 16:20:23 +00:00
parent fb9e1de383
commit 4314d28bab
1 changed files with 1 additions and 1 deletions

View File

@ -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 );