You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2022/04/11 12:27:54 UTC

[GitHub] [maven-integration-testing] michael-o commented on a diff in pull request #143: [MNG-5222] IT test - warn about deprecated plugin params

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-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org