Ivy
mill.javalib.publish.Ivy
object Ivy
Logic around rendering ivy.xml
files
Attributes
Members list
Value members
Concrete methods
def apply(artifact: Artifact, dependencies: Seq[Dependency], extras: Seq[PublishInfo], overrides: Seq[Override], hasJar: Boolean): String
Generates the content of an ivy.xml file
Generates the content of an ivy.xml file
Value parameters
- artifact
-
Coordinates of the module
- dependencies
-
Dependencies of the module
- extras
-
Extra artifacts published alongside the module
- hasJar
-
Whether the module has a JAR
- overrides
-
Version overrides
Attributes
- Returns
-
ivy.xml content
- Source
- Ivy.scala
In this article