user2124712
user2124712

Reputation: 154

Sonatype Nexus: Unexpected value of <latest> tag in "maven-metadata.xml"

I'm using Sonatype Nexus v2.3.1-01 and I've got a problem with the value of the <latest> tag. I thought this value would become updated every time I upload a newer version of an artifact.

Now I had a look at the <latest> values for a couple of artifacts that all have had new versions deployed to Nexus yesterday. Result:

So I guess there's either something wrong about my understanding of this tag or something's wrong about by setup/configuration. Any ideas?

Thanks, Christian

Upvotes: 2

Views: 1247

Answers (2)

user2280892
user2280892

Reputation: 86

"LATEST" only works reliably with group repos. See - http://www.blackpepper.co.uk/posts/nexus-support-for-latest-version

Upvotes: 2

nabcos
nabcos

Reputation: 1094

The Nexus FAQ describes when LATEST/RELEASE is set. Latest is only used (and updated) for maven plugins.

Upvotes: 2

Related Questions