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 Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article