Special treatment for a special resolver: inter-project

This commit is contained in:
Eugene Yokota 2014-08-11 12:45:14 -04:00
parent 286d567781
commit 01c95b5d62
1 changed files with 1 additions and 0 deletions

View File

@ -373,6 +373,7 @@ private object IvySbt {
// Now that we know the real latest revision, let's force Ivy to use it
val artifactOpt = findFirstArtifactRef(rmr.getDescriptor, dd, data, resolver)
artifactOpt match {
case None if resolver.getName == "inter-project" => // do nothing
case None => throw new RuntimeException("\t" + resolver.getName
+ ": no ivy file nor artifact found for " + rmr)
case Some(artifactRef) =>