Skip to content

Commit 08ab986

Browse files
authored
Remove developers section from pom file (#1735)
The repository permissions updater is the definitive list of plugin developers. The plugin archetype has not suggested a `<developers>` section since the 2022 merge of: * jenkinsci/archetypes#515 Rather than carry duplicated information in the pom.xml file, remove the `<developers>` section to better match the plugin archetype and further reduce the maintenance burden.
1 parent ef08ed9 commit 08ab986

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

pom.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,6 @@
2121
</license>
2222
</licenses>
2323

24-
<developers>
25-
<developer>
26-
<id>markyjackson-taulia</id>
27-
<name>Marky Jackson</name>
28-
<email>marky.r.jackson@gmail.com</email>
29-
</developer>
30-
</developers>
31-
3224
<scm>
3325
<connection>scm:git:https://github.com/${gitHubRepo}</connection>
3426
<developerConnection>scm:git:https://github.com/${gitHubRepo}</developerConnection>

0 commit comments

Comments
 (0)