Make sure you have the latest from trunk. The build works for me locally using 'mvn clean package' using Oracle Java 7 and 8:
Apache Maven 3.5.2 (138edd61fd100ec658bfa2d307c43b76940a5d7d; 2017-10-18T01:58:13-06:00) Maven home: C:\Java\apache-maven-3.5.2\bin\.. Java version: 1.8.0_162, vendor: Oracle Corporation Java home: C:\Program Files\Java\jdk1.8.0_162\jre Default locale: en_US, platform encoding: Cp1252 OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows" and Apache Maven 3.5.2 (138edd61fd100ec658bfa2d307c43b76940a5d7d; 2017-10-18T01:58:13-06:00) Maven home: C:\Java\apache-maven-3.5.2\bin\.. Java version: 1.7.0_80, vendor: Oracle Corporation Java home: C:\Program Files\Java\jdk1.7.0_80\jre Default locale: en_US, platform encoding: Cp1252 OS name: "windows 8.1", version: "6.3", arch: "amd64", family: "windows" Gary On Fri, Feb 16, 2018 at 11:04 AM, Otto Fowler <ottobackwa...@gmail.com> wrote: > Any ideas on this? > > Even with the old pom, I’m seeing failures I cannot explain. I have a > couple of PR’s I think I’d like to submit, but building seems a bit of > mess. > > > > On February 15, 2018 at 22:03:06, Bernd Eckenfels (e...@zusammenkunft.net) > wrote: > > Hello, > > I digged a bit deeper, and on my Windows System surefire 1.20.1 is failing > because of this new „ping“ behavior: > > http://maven.apache.org/surefire/maven-surefire- > plugin/examples/shutdown.html > > Looks like a bug that surefire is not falling back when wmic is not found > (or better search for it), however after I fixed my PATH to include > c:\Windows\System32\wbem the new surefire also works. -> the downgrade is > wrong. > > Since I commited on the wrong tag again, can somebody rename it and copy > the Revision 1811361 from rc2 again? > > > Gruss > Bernd >