Re: [help] travis broken

2017-10-16 Thread 'Jörg Hohwiller' via mojohaus-dev
There is a solution to the actual problem: You need to add this magic line to .travis.yml: dist: precise I hope it may also help others facing such problems. Cheers Jörg Am Samstag, 23. September 2017 04:14:18 UTC+2 schrieb Olivier Lamy: > > yup simply use openjdk7 > > Le vendredi 22 septembre

Re: [help] travis broken

2017-09-22 Thread Olivier Lamy
yup simply use openjdk7 Le vendredi 22 septembre 2017 05:48:32 UTC+10, Jörg Hohwiller a écrit : > > I get this error in travis-ci for oraclejdk7: > > The command "./mvnw install -DskipTests=true -Dmaven.javadoc.skip=true -B -V" > failed and exited with 1 during . > > > > See here: >

[help] travis broken

2017-09-21 Thread 'Jörg Hohwiller' via mojohaus-dev
I get this error in travis-ci for oraclejdk7: The command "./mvnw install -DskipTests=true -Dmaven.javadoc.skip=true -B -V" failed and exited with 1 during . See here: https://travis-ci.org/mojohaus/flatten-maven-plugin/jobs/278323292 IMHO this is a general bug on travis side and has