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 20:23:07 UTC

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

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 ac4f493  Additional assertions on files being present

This change permanently discards the following revisions:

 discard ac4f493  Additional assertions on files being present
 discard bdcbe89  Add dependency on full Hamcrest package
 discard d08b897  Add assertions to analyze failing Linux+JDK8
 discard d1e6011  Changed junit dependencies to version 4.12, which is the same as the testsuite itself is using.
 discard ecef8e5  Removed the dependency on the compiler plugin
 discard 70d02cd  Revert unrelated change
 discard b23dee3  Rename method so it better describes the test
 discard e8f0669  Remove System.err.println invocations
 discard 9b8751c  Test case for checking whether a packaged artifact is up to date with the compiled artifact
 discard ebfa2df  Run test twice, once with packaged and once without packaged artifact
 discard 8e9ef46  Putting our integration test on top of the list, to order the tests from new to old (and not alphabetically on ticket number)
 discard 8bd1308  Reverted the change in the other integration test
 discard 42866eb  Corrected the Maven version to be 3.7.0 instead of -SNAPSHOT.
 discard 3e7631a  Formatting
 discard 1bd16f3  Remove TODO
 discard 586bf57  Only run test for Maven 3.7.0-SNAPSHOT and up
 discard 13b18c1  No longer necessary to first install the whole project locally
 discard d03edd4  Rename test method so it's more descriptive
 discard a1ac228  Introduce a compile-time dependency from module B to A
 discard d5d9b43  Change order of modules in POM
 discard 9259cb2  Add integration test to show that --resume-from works