Does anyone could explain how to update these values in the Maven Repository repository for my artifact:
- Category
- Tags
Does anyone could explain how to update these values in the Maven Repository repository for my artifact:
Copyright © 2021 Jogjafile Inc.
I believe this is possible using the org.sonatype.plugins:nexus-staging-maven-plugin. Unfortunately I do not use it and so cannot test this, but as describe here: https://help.sonatype.com/repomanager2/staging-releases/configuring-your-project-for-deployment, it is possible to add arbitrary tags which "can be accessed via the REST interface". I believe that the correct tag key (like tag or category) may show up in the HTTP interface of mvnrepository and https://central.sonatype.dev/