Reputation: 154
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:
<latest>
fields of some artifacts hold version values from yesterday (what I expected)<latest>
fields of some artifacts hold values a bit older (couple of days)<latest>
fields of some artifacts hold values a month old or even olderSo 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
Reputation: 86
"LATEST" only works reliably with group repos. See - http://www.blackpepper.co.uk/posts/nexus-support-for-latest-version
Upvotes: 2