Hi,
I'm encountering an issue while compiling iDempiere 9 sources.
My sources are based on commit a8eebd2 (
https://github.com/idempiere/idempiere/commit/a8eebd22bec1888221b015bcb7e4c2b8899d1ae4)
[INFO] Resolving MavenDependencyRoots = [GroupId = org.eclipse.jetty, ArtifactId = jetty-servlets, Version = 10.0.7, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = true...
Downloading from zkoss:
https://mavensync.zkoss.org/maven2/org/eclipse/jetty/tests/jetty-http-tools/10.0.7/jetty-http-tools-10.0.7.pom[INFO] Failure detected.
[ERROR] Failed to resolve target definition file:/C:/Src/devExpertLightWIP/org.idempiere.p2.targetplatform/org.idempiere.p2.targetplatform.target: MavenDependency GroupId = org.eclipse.jetty, ArtifactId = jetty-servlets, Version = 10.0.7, ArtifactType = jar, IncludeDependencyScope = of location MavenDependencyRoots = [GroupId = org.eclipse.jetty, ArtifactId = jetty-servlets, Version = 10.0.7, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = true could not be resolved: resolving org.eclipse.jetty:jetty-servlets:jar:10.0.7 failed! [org.apache.maven.artifact.resolver.ArtifactResolutionException: Unable to get dependency information for org.eclipse.jetty.tests:jetty-http-tools:jar:10.0.7: Failed to retrieve POM for org.eclipse.jetty.tests:jetty-http-tools:jar:10.0.7: Could not transfer artifact org.eclipse.jetty.tests:jetty-http-tools:pom:10.0.7 from/to zkoss (
https://mavensync.zkoss.org/maven2): Transfer failed for
https://mavensync.zkoss.org/maven2/org/eclipse/jetty/tests/jetty-http-tools/10.0.7/jetty-http-tools-10.0.7.pom 503 Service Temporarily Unavailable
[ERROR] org.eclipse.jetty.tests:jetty-http-tools:jar:10.0.7
[ERROR]
[ERROR] from the specified remote repositories:
[ERROR] Central (
https://repo1.maven.org/maven2, releases=true, snapshots=true),
[ERROR] Redhat-GA (
https://maven.repository.redhat.com/ga, releases=true, snapshots=true),
[ERROR] OpenNMS (
https://repo.opennms.org/maven2, releases=true, snapshots=true),
[ERROR] jr-ce-releases (
https://jaspersoft.jfrog.io/jaspersoft/jr-ce-releases, releases=true, snapshots=true),
[ERROR] jp-third-party-ce (
https://jaspersoft.jfrog.io/jaspersoft/third-party-ce-artifacts, releases=true, snapshots=true),
[ERROR] Clojars (
https://clojars.org/repo, releases=true, snapshots=true),
[ERROR] atlassian-3rdparty (
https://maven.atlassian.com/3rdparty, releases=true, snapshots=true),
[ERROR] idempiere-zkoss (
https://idempiere.github.io/binary.file/maven.zk/, releases=true, snapshots=true),
[ERROR] zkoss (
https://mavensync.zkoss.org/maven2, releases=true, snapshots=true),
[ERROR] jenkins (
https://repo.jenkins-ci.org/releases, releases=true, snapshots=true),
[ERROR] central (
https://repo.maven.apache.org/maven2, releases=true, snapshots=false)
[ERROR] Path to dependency:
[ERROR] 1) org.eclipse.jetty:jetty-servlets:jar:10.0.7
[ERROR]
[ERROR] ]
[ERROR] -> [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/MavenExecutionExceptionI happens locally and from our Jenkins server.
Any idea where to look ?
Thanks,
Nicolas