desruisseaux commented on PR #269: URL: https://github.com/apache/maven-compiler-plugin/pull/269#issuecomment-2431821418
Tested the integration tests of both this `upgrade-beta-5` branch and the [JPMS branch](https://github.com/Geomatys/maven-compiler-plugin). The following are tests failing in `upgrade-beta-5` which were already fixex in the JPMS branch. * `MCOMPILER-203-processorpath/pom.xml` * `MCOMPILER-272/pom.xml` * `MCOMPILER-391-processorpath-dep-mgmt/pom.xml` * `MCOMPILER-395-processorpath-exclude-deps/pom.xml` * `MCOMPILER-503-processorpath-duplicated-deps/pom.xml` * `MCOMPILER-522-unresolvable-dependency/pom.xml` The following are tests that are failing in both this `upgrade-beta-5` branch and the JPMS branch (they were previously passing in the JPMS branch): * `jdk16-annotation/pom.xml` * `MCOMPILER-346/pom.xml` The cause is (reformatted for readability): ``` org.eclipse.aether.resolution.ArtifactResolutionException: The following artifacts could not be resolved: org.jenkins-ci.main:remoting:jar:3.2 (present, but unavailable): Could not find artifact org.jenkins-ci.main:remoting:jar:3.2 in central (https://repo.maven.apache.org/maven2) at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:424) (...snip....) Caused by: org.eclipse.aether.transfer.ArtifactNotFoundException: Could not find artifact org.jenkins-ci.main:remoting:jar:3.2 in central (https://repo.maven.apache.org/maven2) ``` -- 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: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org