Skip to content

Commit 9def9c1

Browse files
authored
Remove developers section from pom file (#1703)
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 b9053ad commit 9def9c1

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

pom.xml

-30
Original file line numberDiff line numberDiff line change
@@ -24,36 +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-
<roles>
33-
<role>developer</role>
34-
</roles>
35-
</developer>
36-
<developer>
37-
<id>rsandell</id>
38-
<name>Robert Sandell</name>
39-
<email>[email protected]</email>
40-
<roles>
41-
<role>developer</role>
42-
</roles>
43-
<url>http://rsandell.com</url>
44-
</developer>
45-
<developer>
46-
<id>olamy</id>
47-
<name>Olivier Lamy</name>
48-
<email>[email protected]</email>
49-
<url>https://about.me/olamy</url>
50-
<timezone>Australia/Brisbane</timezone>
51-
<roles>
52-
<role>developer</role>
53-
</roles>
54-
</developer>
55-
</developers>
56-
5727
<scm>
5828
<connection>scm:git:https://github.com/${gitHubRepo}</connection>
5929
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>

0 commit comments

Comments
 (0)