LocalM2Publisher

mill.scalalib.publish.LocalM2Publisher
class LocalM2Publisher(m2Repo: Path)

Attributes

Source
LocalM2Publisher.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

@Scaladoc(value = "/**\n * Publishes a module in the local Maven repository\n *\n * @param pom The POM of this module\n * @param artifact Coordinates of this module\n * @param publishInfos Files to publish in this module\n * @param ctx\n * @return\n */")
def publish(pom: Path, artifact: Artifact, publishInfos: Seq[PublishInfo])(implicit ctx: Log): Seq[Path]

Publishes a module in the local Maven repository

Publishes a module in the local Maven repository

Value parameters

artifact

Coordinates of this module

pom

The POM of this module

publishInfos

Files to publish in this module

Attributes

Source
LocalM2Publisher.scala