Re: Maven 4: maven-git-versioning-extension not working

2024-12-18 Thread Thorsten Heit
Hi Tamas, While Maven4 plans to be as compatible as possible with Maven3 plugins, the topic of extensions is difficult, as they reach into Maven internals... In short, the extension is not compatible with Maven4 due this "trick": https://github.com/qoomon/maven-git-versioning-extension/blob/m

Re: Maven 4: maven-git-versioning-extension not working

2024-12-17 Thread Mark Derricutt
On 18 Dec 2024 at 1:29:01 AM, Tamás Cservenák wrote: > the topic of extensions is difficult, as they reach into > Maven internals... > This reminds me about tiles 🙂 I started porting to Java to makes this much clearer for myself and remembered we’re hitting a few classes that aren’t public *and

Re: Maven 4: maven-git-versioning-extension not working

2024-12-17 Thread Tamás Cservenák
Howdy, While Maven4 plans to be as compatible as possible with Maven3 plugins, the topic of extensions is difficult, as they reach into Maven internals... In short, the extension is not compatible with Maven4 due this "trick": https://github.com/qoomon/maven-git-versioning-extension/blob/master/s