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

Detects plugin using old parent pom version #317

Open
alecharp opened this issue May 26, 2023 · 2 comments
Open

Detects plugin using old parent pom version #317

alecharp opened this issue May 26, 2023 · 2 comments
Labels
enhancement New feature or request probe Related to probe implementation

Comments

@alecharp
Copy link
Collaborator

Description

Plugins are inheriting most of their build configuration through the parent pom (https://github.com/jenkinsci/plugin-pom).
Recent modernization came from it.

It is a good practice to keep the parent pom up to date within any plugin configuration.
Detecting plugin using out of date parent pom could help guide maintainers or new contributors to participate on the project.

@alecharp alecharp added enhancement New feature or request probe Related to probe implementation labels May 26, 2023
@Jagrutiti Jagrutiti self-assigned this Jun 11, 2023
@Jagrutiti
Copy link
Member

Do I have to compare the version used in the child Pom inside the <parent> tag with this pom: https://github.com/jenkinsci/plugin-pom/blob/master/pom.xml?

In the case of Plugin Health Score, each module has its own pom. These children have a common super pom defined outside the modules.

In this case, do I have to fetch the parent of the pom in each module and compare the version to the pom at https://github.com/jenkinsci/plugin-pom/blob/master/pom.xml?

@AayushSaini101
Copy link
Contributor

Please add GSOC label @alecharp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request probe Related to probe implementation
Projects
No open projects
Status: 📋 Backlog
Development

No branches or pull requests

3 participants