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 2020/03/09 08:36:58 UTC

[GitHub] [maven-integration-testing] MartinKanters commented on a change in pull request #54: [MNG-4660] Add integration test to show that --resume-from works

MartinKanters commented on a change in pull request #54: [MNG-4660] Add integration test to show that --resume-from works
URL: https://github.com/apache/maven-integration-testing/pull/54#discussion_r389519663
 
 

 ##########
 File path: core-it-suite/src/test/java/org/apache/maven/it/IntegrationTestSuite.java
 ##########
 @@ -231,6 +231,7 @@ public static Test suite()
         suite.addTestSuite( MavenITmng4679SnapshotUpdateInPluginTest.class );
         suite.addTestSuite( MavenITmng4677DisabledPluginConfigInheritanceTest.class );
         suite.addTestSuite( MavenITmng4666CoreRealmImportTest.class );
+        suite.addTestSuite( MavenITmng4660ResumeFromTest.class );
 
 Review comment:
   I've put the test at the top of the list. Do you want us to change the javadoc (pointed out by Maarten above) or do you want to do that separately?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services