Improper maven-metadata model published
NotMyFault opened this issue ยท 0 comments
Hey,
It appears you publish an incomplete set of maven metadata.
https://repo.mikeprimm.com/us/dynmap/dynmap-api/maven-metadata-local.xml contains a non-exhaustive list of versions published.
Additionally, -local
(or any other repository identifier) is expected to be located at a local repository only, not on a remote repository. Remote repositories are advised to contain maven-metadata.xml
with an exhaustive list of releases (not snapshots) published.
The maven documentation contains more information about which models should be published.
This causes an issue every time I attempt to fetch for dynmap updates, and hence I would like to ask to migrate to the standardized maven procedure of publishing repository metadata.
Thanks!