open class ArtifactsExtension
ArtifactsExtension() |
var artifactId: String?
The artifactId for the artifact. |
|
var description: String?
A short description about this artifact |
|
var javadoc: Boolean
Set to false when you don't want to publish the javadoc/kdoc of your artifact. |
|
var name: String?
The human readable name of this artifact. |
|
var sources: Boolean
Set to false when you don't want to publish the sources of your artifact. |
|
var url: String?
The url of the project. |
fun
Set a license to the POM file. |
|
fun pom(action: Action<MavenPom>): Unit
Add additional field to the pom by using the MavenPom API |