Skip to content

Conversation

@desruisseaux
Copy link
Contributor

As of December 21, the https://oss.sonatype.org/content/repositories/plexus-snapshots URL produces an HTTP error 503, which cause the src/it/MCOMPILER-522-unresolvable-dependency/ integration test. That test contains the following dependency:

<annotationProcessorPaths>
  <path>
    <groupId>org.apache.maven.plugins.compiler.it</groupId>
    <artifactId>annotation-processor-non-existing</artifactId>
    <version>1.0-SNAPSHOT</version>
  </path>
</annotationProcessorPaths>

Because that dependency is not found on Maven central, it was searched on Plexus snapshots.

@desruisseaux desruisseaux added this to the 4.0.0-beta-4 milestone Dec 22, 2025
@desruisseaux desruisseaux merged commit 053a526 into apache:master Dec 23, 2025
20 checks passed
@desruisseaux desruisseaux deleted the chore/remove-nexus-snapshots branch December 23, 2025 09:56
@slachiewicz
Copy link
Member

slachiewicz commented Dec 23, 2025

please backport it to 3.x line also

same error:
https://github.com/apache/maven-compiler-plugin/actions/runs/20434396723/job/58766964305?pr=1008

@desruisseaux
Copy link
Contributor Author

Port done in #1010.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants