-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Labels
Description
Ref #641
sbt version: 0.13.5
- old version of dependency in local ivy cache
- publish updated dependency to nexus repository
- sbt update
- cache still contains old version
Dependency declared like:
libraryDependencies += "org.test" %% "dep" % "0.1-SNAPSHOT" classifier "assembly" intransitive()
from sbt last:
[info] Resolving org.test#dep_2.11;0.1-SNAPSHOT ...
[debug] sbt-chain: Checking cache for: dependency: org.test#dep_2.11;0.1-SNAPSHOT {compile=[default(compile)]}
[debug] don't use cache for org.test#dep_2.11;0.1-SNAPSHOT: changing=true
[debug] don't use cache for org.test#dep_2.11;0.1-SNAPSHOT: changing=true
[debug] tried /home/user/.ivy2/local/org.test/dep_2.11/0.1-SNAPSHOT/ivys/ivy.xml
[debug] local: no ivy file found for org.test#dep_2.11;0.1-SNAPSHOT
[debug] don't use cache for org.test#dep_2.11;0.1-SNAPSHOT: changing=true
[debug] maven-metadata not available: /home/user/.m2/repository/org/test/dep_2.11/0.1-SNAPSHOT/maven-metadata.xml
[debug] tried file:/home/user/.m2/repository/org/test/dep_2.11/0.1-SNAPSHOT/dep_2.11-0.1-SNAPSHOT.pom
[debug] Maven2 Local: no ivy file found for org.test#dep_2.11;0.1-SNAPSHOT
[debug] don't use cache for org.test#dep_2.11;0.1-SNAPSHOT: changing=true
[debug] tried http://nexus.domain.lan/nexus/content/groups/public/org/test/dep_2.11/0.1-SNAPSHOT/dep_2.11-0.1-SNAPSHOT.pom
[debug] test-proxy: found md file for org.test#dep_2.11;0.1-SNAPSHOT
[debug] => http://nexus.domain.lan/nexus/content/groups/public/org/test/dep_2.11/0.1-SNAPSHOT/dep_2.11-0.1-SNAPSHOT.pom (0.1-SNAPSHOT)
[debug] default-cache: revision in cache (not updated): org.test#dep_2.11;0.1-SNAPSHOT
[debug] found org.test#dep_2.11;0.1-SNAPSHOT in sbt-chain
[NOT REQUIRED] org.test#dep_2.11;0.1-SNAPSHOT!dep_2.11.jar
Reactions are currently unavailable