You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2020/04/07 12:21:04 UTC

[maven-integration-testing] branch MNG-4660 deleted (was 9435712)

This is an automated email from the ASF dual-hosted git repository.

rfscholte pushed a change to branch MNG-4660
in repository https://gitbox.apache.org/repos/asf/maven-integration-testing.git.


     was 9435712  Add assertions to analyze failing Linux+JDK8

This change permanently discards the following revisions:

 discard 9435712  Add assertions to analyze failing Linux+JDK8
 discard 752e15c  Changed junit dependencies to version 4.12, which is the same as the testsuite itself is using.
 discard 12db051  Removed the dependency on the compiler plugin
 discard d3be2f8  Revert unrelated change
 discard d03bcad  Rename method so it better describes the test
 discard 4ad25df  Remove System.err.println invocations
 discard 818d16d  Test case for checking whether a packaged artifact is up to date with the compiled artifact
 discard e48801f  Run test twice, once with packaged and once without packaged artifact
 discard 4f359bb  Putting our integration test on top of the list, to order the tests from new to old (and not alphabetically on ticket number)
 discard 19540ce  Reverted the change in the other integration test
 discard fadc131  Corrected the Maven version to be 3.7.0 instead of -SNAPSHOT.
 discard d81c9a6  Formatting
 discard bdd74fd  Remove TODO
 discard 072fe81  Only run test for Maven 3.7.0-SNAPSHOT and up
 discard b1fcf8c  No longer necessary to first install the whole project locally
 discard 35b13ec  Rename test method so it's more descriptive
 discard b64bb97  Introduce a compile-time dependency from module B to A
 discard 08c1a9a  Change order of modules in POM
 discard 8cfa7f5  Add integration test to show that --resume-from works