Skip to content

Commit 9deac03

Browse files
authored
Remove developers section from pom file (jenkinsci#1233)
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 6cc496b commit 9deac03

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

pom.xml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -24,27 +24,6 @@
2424
</license>
2525
</licenses>
2626

27-
<developers>
28-
<developer>
29-
<id>markewaite</id>
30-
<name>Mark Waite</name>
31-
<email>[email protected]</email>
32-
</developer>
33-
<developer>
34-
<id>rsandell</id>
35-
<name>Robert Sandell</name>
36-
<email>[email protected]</email>
37-
<url>http://rsandell.com</url>
38-
</developer>
39-
<developer>
40-
<id>olamy</id>
41-
<name>Olivier Lamy</name>
42-
<email>[email protected]</email>
43-
<url>https://about.me/olamy</url>
44-
<timezone>Australia/Brisbane</timezone>
45-
</developer>
46-
</developers>
47-
4827
<scm>
4928
<connection>scm:git:https://github.com/${gitHubRepo}</connection>
5029
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>

0 commit comments

Comments
 (0)