added developer information to Maven POM for Maven Central publishing

This commit is contained in:
Karl Tauber
2019-10-13 21:37:49 +02:00
parent 2cfcd0facf
commit 873e8604ce
3 changed files with 14 additions and 1 deletions

View File

@@ -117,6 +117,14 @@ publishing {
}
}
developers {
developer {
name.set( "Karl Tauber" )
organization.set( "FormDev Software GmbH" )
organizationUrl.set( "https://www.formdev.com/" )
}
}
scm {
url.set( "https://github.com/JFormDesigner/FlatLaf" )
}