Re: Can properties be inherited like I expect them to be?

2024-04-21 Thread Gary Gregory
Hi Tamas, Thank you for looking into this! Gary On Sun, Apr 21, 2024 at 10:27 AM Tamás Cservenák wrote: > > Howdy, > > I did locally this > https://gist.github.com/cstamas/25f6c978d3eb0823fd0af8ef25c08d6f > > And I think I got the behaviour that you expect. > > Given a project can be built

Re: Can properties be inherited like I expect them to be?

2024-04-21 Thread Tamás Cservenák
Howdy, I did locally this https://gist.github.com/cstamas/25f6c978d3eb0823fd0af8ef25c08d6f And I think I got the behaviour that you expect. Given a project can be built only with Java8+ this should be ok. T On Sun, Apr 21, 2024 at 4:03 PM Gary Gregory wrote: > Hi, > > A POM can't seem to

Can properties be inherited like I expect them to be?

2024-04-21 Thread Gary Gregory
Hi, A POM can't seem to inherit a parent POM configuration with properties redefined in a child POM profile. Am I doing something wrong? For example: git clone https://gitbox.apache.org/repos/asf/commons-bcel.git cd commons-bcel git checkout eba45c05365fc89b0007296fc3ee188cca5d091d maven This