desruisseaux commented on PR #269: URL: https://github.com/apache/maven-compiler-plugin/pull/269#issuecomment-2441456531
Note: we still have the following a failure in `src/it/MCOMPILER-346`, but it seems unrelated to JPMS (I have the same test failure with the pre-JPMS compiler plugin): ``` Unable to resolve artifact: 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) org.apache.maven.api.services.ArtifactResolverException: Unable to resolve artifact: 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.apache.maven.internal.impl.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:85) at org.apache.maven.api.services.ArtifactResolver.resolve(ArtifactResolver.java:76) at org.apache.maven.internal.impl.DefaultDependencyResolver.resolve(DefaultDependencyResolver.java:194) at org.apache.maven.plugin.compiler.AbstractCompilerMojo.resolveDependencies(AbstractCompilerMojo.java:1556) (…snip…) Caused by: 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) at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts(DefaultArtifactResolver.java:201) at org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveArtifacts(DefaultRepositorySystem.java:223) at org.apache.maven.internal.impl.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:76) at org.apache.maven.api.services.ArtifactResolver.resolve(ArtifactResolver.java:76) at org.apache.maven.internal.impl.DefaultDependencyResolver.resolve(DefaultDependencyResolver.java:194) at org.apache.maven.plugin.compiler.AbstractCompilerMojo.resolveDependencies(AbstractCompilerMojo.java:1556) (…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) at org.eclipse.aether.connector.basic.ArtifactTransportListener.transferFailed(ArtifactTransportListener.java:42) at org.eclipse.aether.connector.basic.BasicRepositoryConnector$TaskRunner.run(BasicRepositoryConnector.java:456) at org.eclipse.aether.util.concurrency.RunnableErrorForwarder.lambda$wrap$0(RunnableErrorForwarder.java:66) (…snip…) ``` -- 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