LocalIvyPublisher

mill.scalalib.publish.LocalIvyPublisher
See theLocalIvyPublisher companion class

Attributes

Companion
class
Source
LocalIvyPublisher.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Inherited methods

@Scaladoc(value = "/**\n * Publishes a module locally\n *\n * @param pom The POM of this module\n * @param ivy If right, the path to the ivy.xml file of this module; if left, its content as a String\n * @param artifact Coordinates of this module\n * @param publishInfos Files to publish in this module\n * @param ctx\n * @return The files created or written to when publishing locally this module\n */")
def publishLocal(pom: Path, ivy: Either[String, Path], artifact: Artifact, publishInfos: Seq[PublishInfo])(implicit ctx: Log): Seq[Path]

Publishes a module locally

Publishes a module locally

Value parameters

artifact

Coordinates of this module

ivy

If right, the path to the ivy.xml file of this module; if left, its content as a String

pom

The POM of this module

publishInfos

Files to publish in this module

Attributes

Returns

The files created or written to when publishing locally this module

Inherited from:
LocalIvyPublisher
Source
LocalIvyPublisher.scala