Skip to content

Commit 571d64f

Browse files
committed
Add developers information to POM
Maven Central requires the POM to contain a developers section.
1 parent 5f1da08 commit 571d64f

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

build.gradle

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,28 @@ gradle.projectsEvaluated {
102102
}
103103
url 'https://github.com/culturegraph/metafacture-core'
104104
inceptionYear '2011'
105+
developers {
106+
developer {
107+
id 'mgeipel'
108+
name 'Markus M. Geipel'
109+
110+
url 'https://github.com/mgeipel'
111+
roles {
112+
role 'architect'
113+
role 'developer'
114+
}
115+
}
116+
developer {
117+
id 'cboehme'
118+
name 'Christoph Böhme'
119+
120+
url 'https://github.com/cboehme'
121+
roles {
122+
role 'architect'
123+
role 'developer'
124+
}
125+
}
126+
}
105127
organization {
106128
name 'Deutsche Nationalbibliothek'
107129
url 'http://dnb.de/'

0 commit comments

Comments
 (0)