Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release-3.72.0-04 published to central uses artifacts unavailable from central. #504

Open
jtnord opened this issue Nov 1, 2024 · 0 comments
Assignees
Labels
triage Issues that need to be investigated, replicated

Comments

@jtnord
Copy link

jtnord commented Nov 1, 2024

it is impossible to use nexus-plugins to extend nexus as this adds

            <dependency>
              <groupId>org.codehaus.groovy</groupId>
              <artifactId>groovy-eclipse-batch</artifactId>
              <version>3.0.13-02</version>
            </dependency>

to the maven compiler - yet the artifact is not available in central.

https://central.sonatype.com/artifact/org.codehaus.groovy/groovy-eclipse-batch/versions

  1. there is no repository definition for this artifact which is wrong as if you are using something not central it should be defined at the canonical location. (so users using a repo manager can obtain references to it and add it to a mirror)
  2. artifacts published to central should not reference artifacts not in central.

Causes issues when attempting to update/maintain https://github.com/sonatype-nexus-community/nexus-blobstore-google-cloud/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage Issues that need to be investigated, replicated
Projects
None yet
Development

No branches or pull requests

3 participants