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

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -

java - Digest auth with Spring Security using javaconfig -