Re: Plugin POM inheritance

2023-01-20 Thread Basil Crow
Unfortunately the benefits of this idea are severely diminished because Maven does not really support profile inheritance: http://www.dashbay.com/2011/03/maven-profile-inheritance/ https://issues.apache.org/jira/browse/MNG-5127 So while we could deduplicate properties, managed dependencies, and M

Re: Plugin POM inheritance

2023-01-20 Thread 'Jesse Glick' via Jenkins Developers
On Thu, Jan 19, 2023 at 6:19 PM Basil Crow wrote: > I think such a change, while not trivial, is likely feasible. > +1, thanks for reviewing & classifying the bits we would not want to inherit (or which are obsolete). -- You received this message because you are subscribed to the Google Groups

Plugin POM inheritance

2023-01-19 Thread Basil Crow
Should jenkinsci/plugin-pom be made to inherit from jenkinsci/pom? jenkinsci/plugin-pom duplicates a large amount of material from jenkinsci/pom, and inheriting it instead would greatly ease maintenance by allowing the duplicate material to be deleted. There are only a few things in jenkinsci/pom t