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 Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

val classifierPart: String

Attributes

Source
PublishInfo.scala