Developer

data class Developer(name: String?, 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

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

Properties

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