Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Remove developers tag from pom.xml #394

Merged

Conversation

jonesbusy
Copy link
Contributor

Hello jobcacher developers! 👋

This is an automated pull request created by the Jenkins Plugin Modernizer tool. The tool has applied the following recipe to modernize the plugin:

Remove developers tag

io.jenkins.tools.pluginmodernizer.RemoveDevelopersTag

Remove developers tag from the pom.xml.

Why is this important?

Removing developers Tag from pom.xml

Jenkins no longer requires the developers tag in pom.xml since the developers section in the pom.xml file was traditionally used to specify individuals responsible for the plugin.
However, Jenkins has transitioned to using the Repository Permission Updater (RPU) for managing permissions and developer information.

Benefits of Removing developers Tag:

  • Simplification: Eliminates unnecessary metadata from the pom.xml, making it cleaner and more maintainable.
  • Consistency: Ensures that developer information is managed centrally through the RPU, reducing discrepancies.
  • Security: Relies on the RPU's controlled permission management, enhancing the security of artifact deployments.

By removing the developers tag, we adhere to the modern Jenkins infrastructure standards and prevent the inclusion of outdated or redundant developer information in plugin metadata.

@jonesbusy jonesbusy requested a review from a team as a code owner February 7, 2025 06:59
@jonesbusy jonesbusy added the chore label Feb 7, 2025
@jonesbusy jonesbusy merged commit 987881d into jenkinsci:main Feb 7, 2025
17 checks passed
@jonesbusy jonesbusy deleted the plugin-modernizer/removedeveloperstag branch February 7, 2025 12:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant