michael-o commented on code in PR #143: URL: https://github.com/apache/maven-integration-testing/pull/143#discussion_r847263866
########## core-it-suite/src/test/java/org/apache/maven/it/IntegrationTestSuite.java: ########## @@ -190,6 +190,7 @@ public static Test suite() suite.addTestSuite( MavenITmng5280SettingsProfilesRepositoriesOrderTest.class ); suite.addTestSuite( MavenITmng5230MakeReactorWithExcludesTest.class ); suite.addTestSuite( MavenITmng5224InjectedSettings.class ); + suite.addTestSuite( MavenITmng5222MojoDeprecatedParamsTest.class ); Review Comment: This should be as first since we have agreed that the ITs are in reverse chronological of fix date. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org