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:43:40 UTC

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

slawekjaranowski commented on code in PR #143:
URL: https://github.com/apache/maven-integration-testing/pull/143#discussion_r847284138


##########
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:
   ok, so sentence "it counts down to zero" it is not always true with - reverse chronological of fix date ... line 90 😄 



-- 
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