olamy opened a new issue, #411: URL: https://github.com/apache/maven-build-cache-extension/issues/411
### Affected version 1.2.1 ### Bug description Use of cache in Jetty build, with 1.2.1 Maven is trying to download artifacts which are part of the reactor. Possible cause https://github.com/apache/maven-build-cache-extension/pull/379 ``` Caused by: org.apache.maven.project.DependencyResolutionException: Could not resolve dependencies for project org.eclipse.jetty:jetty-home:pom:12.1.5-SNAPSHOT dependency: org.eclipse.jetty.ee11:jetty-ee11-home:zip:12.1.5-SNAPSHOT (compile) Could not find artifact org.eclipse.jetty.ee11:jetty-ee11-home:zip:12.1.5-SNAPSHOT in private-nexus (http://10.0.0.15:8081/repository/maven-public/) dependency: org.eclipse.jetty.ee10:jetty-ee10-home:zip:12.1.5-SNAPSHOT (compile) Could not find artifact org.eclipse.jetty.ee10:jetty-ee10-home:zip:12.1.5-SNAPSHOT in private-nexus (http://10.0.0.15:8081/repository/maven-public/) dependency: org.eclipse.jetty.ee9:jetty-ee9-home:zip:12.1.5-SNAPSHOT (compile) Could not find artifact org.eclipse.jetty.ee9:jetty-ee9-home:zip:12.1.5-SNAPSHOT in private-nexus (http://10.0.0.15:8081/repository/maven-public/) ``` while those artifacts are in the reactor -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
