Skip to content
Discussion options

You must be logged in to vote

@mkczyk Maven Central has stricter rules for publishing Maven artifacts than the JBoss Nexus has, see https://central.sonatype.org/publish/requirements/

This release is very likely not syncable to central due to some violation of the above and is only available in JBoss Nexus repository.

We have fixed it since and everything is being synced to central now.

e.g. you can just use

<repositories>
    <repository>
        <id>jboss-nexus</id>
        <name>JBoss Nexus Repository</name>
        <url>https://repository.jboss.org/nexus/content/groups/public/</url>
        <releases>
            <enabled>true</enabled>
        </releases>
        <snapshots>
            <enabled>false</enabled>
  …

Replies: 4 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@mkczyk
Comment options

@rhusar
Comment options

rhusar Jan 26, 2026
Collaborator

@dhladky
Comment options

Answer selected by mkczyk
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants