Re: Build failed in Jenkins: Commons » commons-codec #138

2022-02-20 Thread Alex Herbert
I noticed a JAVA_1_7 home being injected in the build log. I removed: JAVA_1_7_HOME=${JDK_1_7_LATEST_HOME} from the configuration and added '-V' to the command to log the maven and java version. Restarted the build and that did not work. The java version is correct. This added in the pom.xml fil

Re: Build failed in Jenkins: Commons » commons-codec #138

2022-02-19 Thread Bruno Kinoshita
Not sure, but the console output is similar to this build from 2 days ago, that also failed: https://ci-builds.apache.org/job/Commons/job/commons-codec/commons-codec$commons-codec/134/console Maybe it's due to Maven version, or to some Maven plugin? Travis/GH Actions appear to be running OK. -Bru