Attributes
- Companion
- trait
- Source
- PublishModule.scala
- Graph
-
- Supertypes
-
trait TaskModuleclass ExternalModuleclass BaseModuletrait Moduletrait Wrapperclass BaseClasstrait Cachertrait Cacherclass Objecttrait Matchableclass AnyShow all
- Self type
-
PublishModule.type
Members list
Type members
Classlikes
Attributes
- Companion
- object
- Source
- PublishModule.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Companion
- class
- Source
- PublishModule.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
PublishData.type
Inherited classlikes
Miscellaneous machinery around traversing & querying the build hierarchy, that should not be needed by normal users of Mill
Miscellaneous machinery around traversing & querying the build hierarchy, that should not be needed by normal users of Mill
Attributes
- Inherited from:
- Module
- Source
- Module.scala
- Supertypes
Value members
Concrete methods
The name of the default command, which will be automatically executed if the module name is provided at the Mill command line.
The name of the default command, which will be automatically executed if the module name is provided at the Mill command line.
Attributes
- Source
- PublishModule.scala
Attributes
- Source
- PublishModule.scala
Attributes
- Source
- PublishModule.scala
Publish all given artifacts to Sonatype. Uses environment variables SONATYPE_USERNAME and SONATYPE_PASSWORD as credentials.
Publish all given artifacts to Sonatype. Uses environment variables SONATYPE_USERNAME and SONATYPE_PASSWORD as credentials.
Value parameters
- awaitTimeout
-
How long to wait before timing out on failed uploads
- connectTimeout
-
How long to wait before timing out network connections
- gpgArgs
-
GPG arguments. Defaults to
--passphrase=$MILL_PGP_PASSPHRASE,--no-tty,--pienty-mode,loopback,--batch,--yes,-a,-b
. Specifying this will override/remove the defaults. Add the default args to your args to keep them. - publishArtifacts
-
what artifacts you want to publish. Defaults to
__.publishArtifacts
which selects allPublishModule
s in your build - readTimeout
-
How long to wait before timing out network reads
- release
-
Whether to release the artifacts after staging them
- sonatypeCreds
-
Sonatype credentials in format username:password. If specified, environment variables will be ignored. Note: consider using environment variables over this argument due to security reasons.
- sonatypeSnapshotUri
-
Sonatype snapshot URI to use. Defaults to
oss.sonatype.org
, newer projects may need to set it to https://s01.oss.sonatype.org/content/repositories/snapshots - sonatypeUri
-
Sonatype URI to use. Defaults to
oss.sonatype.org
, newer projects may need to set it to https://s01.oss.sonatype.org/service/local
Attributes
- Source
- PublishModule.scala
Inherited methods
Attributes
- Inherited from:
- BaseModule
- Source
- BaseModule.scala
Attributes
- Inherited from:
- Module
- Source
- Module.scala
Attributes
- Inherited from:
- Module
- Source
- Module.scala
Attributes
- Definition Classes
- Inherited from:
- ExternalModule
- Source
- ExternalModule.scala
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Definition Classes
-
Module -> Any
- Inherited from:
- Module
- Source
- Module.scala
Implicits
Inherited implicits
Attributes
- Inherited from:
- Module
- Source
- Module.scala