Attributes
- Companion
- trait
- Source
- PublishModule.scala
- Graph
-
- Supertypes
-
trait DefaultTaskModuleclass ExternalModuleclass RootModule0trait BaseModuleApitrait Moduletrait ModuleApitrait 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
Publish all given artifacts to Sonatype OSSRH (deprecated, use Sonatype Central publishing instead).
Publish all given artifacts to Sonatype OSSRH (deprecated, use Sonatype Central publishing instead).
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 defaultGpgArgsForPassphrase. 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.
- sonatypeUri
-
Sonatype URI to use.
Attributes
- Source
- PublishModule.scala
Uri for publishing SNAPSHOT artifacts to Sonatype Central.
Uri for publishing to the old / legacy Sonatype OSSRH.
Uri for publishing to the old / legacy Sonatype OSSRH.
It's mostly dead but we still keep it around because https://central.sonatype.org/publish/publish-portal-ossrh-staging-api still exists.
Attributes
- See also
- Source
- PublishModule.scala
Deprecated methods
Attributes
- Deprecated
-
[Since version 1.0.1]
This API should have been internal and is not guaranteed to stay. - Source
- PublishModule.scala
Attributes
- Deprecated
-
[Since version 1.0.1]
This API should have been internal and is not guaranteed to stay. - Source
- PublishModule.scala
Inherited methods
Attributes
- Inherited from:
- RootModule0
- Source
- RootModule0.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