maven - Sonatype Nexus OSS using LATEST in pom.xml gives unresolved dependency (maven2) -


i have sonatype nexus oss install, , have artifacts on it. however, when using "latest" version in pom.xml, unresolved dependency error. there have enable allow latest keyword? i've looked everywhere

the maven client not true support dynamic revisions. closest thing supports snapshot revisions, revision 1.0-snapshot, resolved latest time-stamped artifact.

i think may confusing maven pom rest api used nexus. ability specify "latest" version:


Comments

Popular posts from this blog

c# - Class in a list -

mysql - Django database model for my website -

ios - How to run a segue on itself OR another viewController -