Skip to content

Commit

Permalink
Remove developers section from pom file (#379)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
MarkEWaite authored Dec 28, 2024
1 parent 480fc15 commit 4dedec5
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,33 +23,6 @@
</license>
</licenses>

<developers>
<developer>
<id>markewaite</id>
<name>Mark Waite</name>
<email>[email protected]</email>
<roles>
<role>developer</role>
</roles>
</developer>
<developer>
<id>anderl86</id>
<name>Andreas K</name>
<email>[email protected]</email>
<roles>
<role>emeritus</role>
</roles>
</developer>
<developer>
<id>pingunaut</id>
<name>Martin Spielmann</name>
<email>[email protected]</email>
<roles>
<role>emeritus</role>
</roles>
</developer>
</developers>

<scm>
<connection>scm:git:https://github.com/${gitHubRepo}</connection>
<developerConnection>scm:git:https://github.com/${gitHubRepo}</developerConnection>
Expand Down

0 comments on commit 4dedec5

Please sign in to comment.