ok, let's try with two surefire branches merged together. On Sat, Feb 18, 2017 at 4:52 PM, Stephen Connolly < stephen.alan.conno...@gmail.com> wrote:
> So results so far: surefire master branch builds with 3.3.9 but fails with > 3.5.0-SNAPSHOT when running on macOS Sierra with Oracle Java 1.8.0_121 > > That is certainly looking like a regression in Maven core > > On 18 February 2017 at 10:55, Michael Osipov <micha...@apache.org> wrote: > > > For those who would like to reproduce the issues: > > > > 1. Build Maven distribution from 3.3.9, master, MNG-6169 and MNG-6169 > with > > locally modified maven-core/src/main/resources/ > META-INF/plexus/components.xml > > maven-clean-plugin 2.6.1 => 3.0.0. > > You should have four distros now. > > 2. Clone Surefire > > 3. Run all four versions of Maven against Surefire master: > > > ~/apache-maven-$version/bin/mvn -B -V clean install > > -Dinvoker.mergeSettings | tee ~/maven-surefire.log > > Leave mergeSettings out if you have direct Internet connection > > 4. Save maven-surefire.log and surefire-integration-tests/target for > > later analysis > > 5. Branch off Surefire master and apply branches: > > origin/SUREFIRE_STDOUT_FLUSH > > origin/SUREFIRE_SYSPROP_DUPLICATES > > 6. Repeat step 3 > > 7. Checkout maven-shared-utils-0.9.x from Subversion, install and update > > maven-surefire/pom.xml with version 0.9.1-SNAPSHOT > > 8. Repeat 6 > > 7. Compare results of 3, 5, 6, 8 as well as with my maven-surefire.log > > files > > > > note: my logs are based on an already patched version (from mentioned > > branches) of Surefire master. > > > > > > Michael > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org > > For additional commands, e-mail: dev-h...@maven.apache.org > > > > > -- Cheers Tibor