Skip to content

Commit 18c92bf

Browse files
committed
POM: override contributors, to avoid inheriting it
1 parent 1daa032 commit 18c92bf

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,13 @@
3838
<timezone>-6</timezone>
3939
</developer>
4040
</developers>
41+
<contributors>
42+
<!--
43+
NB: Need a least one element to override the parent.
44+
See: https://issues.apache.org/jira/browse/MNG-5220
45+
-->
46+
<contributor><name>None</name></contributor>
47+
</contributors>
4148

4249
<mailingLists>
4350
<mailingList>

0 commit comments

Comments
 (0)