Developer

data class Developer(val name: String?, val organisationUrl: String?)

Describes the Developer defined in the pom.xml file.

https://svn.apache.org/repos/infra/websites/production/maven/content/pom.html#Developers

Parameters

name

of the developer

organisationUrl

optional organisation url for the developer

Constructors

Link copied to clipboard
constructor(name: String?, organisationUrl: String?)

Properties

Link copied to clipboard
val name: String?
Link copied to clipboard