Skip to content

Commit 2302d33

Browse files
authored
Remove developers section from pom file (#284)
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 fe62b2a commit 2302d33

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

pom.xml

-15
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,6 @@
2222
</license>
2323
</licenses>
2424

25-
<developers>
26-
<developer>
27-
<id>markewaite</id>
28-
<name>Mark Waite</name>
29-
<email>[email protected]</email>
30-
<roles>
31-
<role>developer</role>
32-
</roles>
33-
</developer>
34-
<developer>
35-
<id>ikedam</id>
36-
<name>IKEDA Yasuyuki</name>
37-
</developer>
38-
</developers>
39-
4025
<scm>
4126
<connection>scm:git:https://github.com/${gitHubRepo}</connection>
4227
<developerConnection>scm:git:[email protected]:${gitHubRepo}</developerConnection>

0 commit comments

Comments
 (0)