-
-
Notifications
You must be signed in to change notification settings - Fork 80
Description
Jenkins plugins use a custom version of the gmaven-plugin that hasn't been updated in years.
There is a gmavenplus-plugin that is maintained and is Java 11 compatible.
https://github.com/groovy/GMavenPlus
The pipeline-model-definition plugin recently switched to using gmavenplus with only some additional spotbugs issues.
Jenkins parent-pom should switch to gmavenplus and exclude gmaven.
Originally reported by
bitwiseman, imported from: Move from gmaven-plugin to gmavenplus-plugin; or remove entirely
- status: Open
- priority: Minor
- component(s): plugin-pom
- label(s): hacktoberfest
- resolution: Unresolved
- votes: 0
- watchers: 2
- imported: 20260108-221235
Raw content of original issue
Jenkins plugins use a custom version of the gmaven-plugin that hasn't been updated in years.
There is a gmavenplus-plugin that is maintained and is Java 11 compatible.
https://github.com/groovy/GMavenPlus
The pipeline-model-definition plugin recently switched to using gmavenplus with only some additional spotbugs issues.
Jenkins parent-pom should switch to gmavenplus and exclude gmaven.