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/10 11:38:45 UTC

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

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 0c36a7c  Share a bit more context why we're doing the ugly Thread.sleep

This change permanently discards the following revisions:

 discard 0c36a7c  Share a bit more context why we're doing the ugly Thread.sleep
 discard 9c68f25  Add small delay between two Verifier invocations.
 discard 3422c0a  Base assertions and detailed failure message on the same info
 discard f720142  Additional assertions on files being present
 discard 868d409  Add dependency on full Hamcrest package
 discard f73441d  Add assertions to analyze failing Linux+JDK8
 discard a12661b  Changed junit dependencies to version 4.12, which is the same as the testsuite itself is using.
 discard 4a35794  Removed the dependency on the compiler plugin
 discard 13bf3b9  Revert unrelated change
 discard 82d953d  Rename method so it better describes the test
 discard 9a4064f  Remove System.err.println invocations
 discard 6105027  Test case for checking whether a packaged artifact is up to date with the compiled artifact
 discard deeca5d  Run test twice, once with packaged and once without packaged artifact
 discard 2c02340  Putting our integration test on top of the list, to order the tests from new to old (and not alphabetically on ticket number)
 discard 6bd445f  Reverted the change in the other integration test
 discard 8338314  Corrected the Maven version to be 3.7.0 instead of -SNAPSHOT.
 discard c6f65ae  Formatting
 discard 52cc92d  Remove TODO
 discard 02d17ee  Only run test for Maven 3.7.0-SNAPSHOT and up
 discard 4be7b75  No longer necessary to first install the whole project locally
 discard 6b181b8  Rename test method so it's more descriptive
 discard 3329828  Introduce a compile-time dependency from module B to A
 discard a89deda  Change order of modules in POM
 discard 2abbb9b  Add integration test to show that --resume-from works