Jesse Glick
Jesse Glick
So this issue is now limited to plugins using MRP? Then > if you use [maven-release-plugin](https://maven.apache.org/plugins/maven-release-plugin/), you'll need **version 3.0.0-M1 or later**: it will automatically update the timestamp value in...
> start recommending Java 21 and Java 17 in the default test matrix rather than Java 17 and Java 11 To centralize https://github.com/jenkinsci/workflow-api-plugin/pull/299#issuecomment-1677873782 + https://github.com/jenkinsci/archetypes/pull/651#issuecomment-1677875739: > implementing a migration of...
> @jglick, I believe that you have permission to release the archetype. Are you willing to do that release I can release whenever, though I think @NotMyFault also now has...
Happy to merge whatever you decide upon. (I am not the only maintainer in that case.)
https://github.com/jenkinsci/archetypes/blob/4000310da3eacb6bafc889d4e032ff2c98a8a2fe/hello-world/src/main/resources/META-INF/maven/archetype-metadata.xml#L12 could be edited. Looks like `empty-plugin` lacks even that. I think we could do better without any tricks, though a Groovy postscript could perhaps fine-tune behavior.
Seems like this has since been refactored into @jenkins-x-buildpacks? [example](https://github.com/jenkins-x-buildpacks/jenkins-x-classic/blob/f7027df958eb385d50fec0c0368e606a6d5eb9df/packs/maven/pipeline.yaml#L15-L18)
FWIW for Jenkins plugins the following sufficed: https://github.com/jenkinsci/plugin-pom/pull/37
Does not seem to align with > an AbstractItemDescriptor interface with a default implementation for that doCheckDisplayNameOrNull by @mawinter69 in https://github.com/jenkinsci/workflow-job-plugin/pull/411#issuecomment-1925271400
> For what reason do you have this preference? Same as in PR description. Also easier to maintain scripts which pick out a member by name. No strong feeling, but...
Seems right, and if there is functionality that cannot be handled by a CLI command for whatever reason as https://github.com/jenkinsci/jenkins/pull/8825#issuecomment-1877603911 implies (AFAICT this would only be including the command exit...