You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 20, 2022. It is now read-only.
While working with a nexus repository server it may occur that the maven-metadata.xml of a certain versions is not (yet) containing information about all snapshotVersions directly. This may be accomplished by a background task.
If the maven-metadata.xml is enhanced it will contain an additional list of snapshotVersions and a root attribute modelVersion="1.1.0" which will look like the following example
While working with a nexus repository server it may occur that the
maven-metadata.xml
of a certain versions is not (yet) containing information about all snapshotVersions directly. This may be accomplished by a background task.If the
maven-metadata.xml
is enhanced it will contain an additional list ofsnapshotVersions
and a root attributemodelVersion="1.1.0"
which will look like the following exampleCurrently only a
maven-metadata.xml
with `modelVersion="1.1.0"`` is supported. This would be good to change.The text was updated successfully, but these errors were encountered: