Api

mill.javalib.internal.MavenWorkerSupport.Api
trait Api extends Api

Attributes

Source
MavenWorkerSupport.scala
Graph
Supertypes
trait Api
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def publishToLocal(publishTo: Path, workspace: Path, artifacts: IterableOnce[M2Artifact]): DeployResult

Publishes artifacts to a local Maven repository.

Publishes artifacts to a local Maven repository.

Attributes

Source
MavenWorkerSupport.scala

Inherited and Abstract methods

def publishToRemote(uri: String, workspace: Path, username: String, password: String, artifacts: IterableOnce[M2Artifact]): DeployResult

Publishes artifacts to a remote Maven repository.

Publishes artifacts to a remote Maven repository.

Attributes

Inherited from:
Api
Source
MavenWorkerSupport.scala