Commit 50b06ad
WarpLink
fix: stop duplicating <license>/<developer> in the published POM
The vanniktech plugin already populates the POM from the POM_* keys in
gradle.properties, and the explicit mavenPublishing { pom { } } block re-added
the same metadata. For list-valued elements (licenses, developers) the block
appends rather than overwrites, so the published POM carried two identical
<license> and <developer> entries. Drop the redundant block and rely on the
POM_* properties, adding POM_INCEPTION_YEAR so <inceptionYear> is preserved.
Verified: the generated POM now has a single <license>/<developer> and retains
name, description, url, scm, and inceptionYear.1 parent aa82977 commit 50b06ad
2 files changed
Lines changed: 5 additions & 26 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
99 | 77 | | |
0 commit comments