Hi,
I've downloaded sources (master branch) and got following error when executing mvn verify :
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 05:46 min
[INFO] Finished at: 2021-07-28T15:22:42+02:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:3.1.1:copy (default) on project org.idempiere.keikai: Unable to find/resolve artifact.: Failed to read artifact descriptor for io.keikai:keikai-oss:jar:
5.0.0.1: Could not transfer artifact io.keikai.parent:keikai-build-oss:pom:5.0.0.1 from/to zkoss (
https://mavensync.zkoss.org/maven2): Transfer failed for
https://mavensync.zkoss.org/maven2/io/keikai/parent/keikai-build-oss/5.0.0.1/keikai-build-oss-5.0.0.1.pom: peer not authenticated -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <args> -rf :org.idempiere.keikai
I'm using Windows but I don't think this is related.
Any idea ?
Thanks,
Nicolas