PublishInfo

mill.javalib.publish.PublishInfo
See thePublishInfo companion object
case class PublishInfo(file: PathRef, classifier: Option[String] = ..., ext: String = ..., ivyConfig: String, ivyType: String = ...)

An extra resource artifact to publish.

Value parameters

classifier

An Optional classifier to be used when publishing the file

ext

The extension that will be used publishing the file to the ivy repo

file

The artifact file

ivyConfig

see PublishInfo.IvyMetadata.config

ivyType

see PublishInfo.IvyMetadata.type

Attributes

Companion
object
Source
PublishInfo.scala
Graph
Supertypes
trait Serializable
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

An iterator over the names of all the elements of this product.

An iterator over the names of all the elements of this product.

Attributes

Inherited from:
Product
Source
Product.scala
def productIterator: Iterator[Any]

An iterator over all the elements of this product.

An iterator over all the elements of this product.

Attributes

Returns

in the default implementation, an Iterator[Any]

Inherited from:
Product
Source
Product.scala

Concrete fields

val classifierPart: String

Attributes

Source
PublishInfo.scala