IvyActions
object IvyActions
Value members
Concrete methods
def addExcluded(report: UpdateReport, classifiers: Vector[String], exclude: Map[ModuleID, Set[String]]): UpdateReport
def getConfigurations(module: ModuleDescriptor, configurations: Option[Vector[ConfigRef]]): Array[String]
def groupedConflicts[T](moduleFilter: ModuleFilter, grouping: ModuleID => T)(report: UpdateReport): Map[T, Set[String]]
Installs the dependencies of the given 'module' from the resolver named 'from' to the resolver named 'to'.
Installs the dependencies of the given 'module' from the resolver named 'from' to the resolver named 'to'.
Creates a Maven pom from the given Ivy configuration
Creates a Maven pom from the given Ivy configuration
def mapArtifacts(module: ModuleDescriptor, cross: Option[String => String], artifacts: Map[Artifact, File]): Vector[(Artifact, File)]
def publish(module: ModuleDescriptor, artifacts: Seq[(Artifact, File)], resolver: DependencyResolver, overwrite: Boolean): Unit