Re: First draft of proposed model change: element

2024-08-11 Thread Guillaume Nodet
Nice ! Fwiw, I also worked on a POC a month ago. I just pushed at https://github.com/gnodet/maven/tree/model-build-sources Your documented changes in the MDO are much better than mine, so I'm happy to continue from yours :-) Fwiw, the problem I hit was how to handle the fact that Maven 3 model wrap

First draft of proposed model change: element

2024-08-11 Thread Martin Desruisseaux
Hello all As mentioned in previous emails, I would like to propose a change in Maven POM. The proposal is to replace (deprecate) all the following elements: * resources * testResources * sourceDirectory * testSourceDirectory * scriptSourceDirectory * In maven-compiler-plugin configurat

Re: GH Action Shared v4 fails for Java 8 on Mac OS

2024-08-11 Thread Konrad Windszus
I have never seen a case yet where it works on Mac OS Aarch64 Java but fails on Mac OS x64 Java (or vice versa). Once we have that we can think about adding more Mac OS versions. For me what matters is that we cover Mac OS at all (no matter if with Aarch64 or X64). Konrad > On 11. Aug 2024, at

Re: GH Action Shared v4 fails for Java 8 on Mac OS

2024-08-11 Thread Maarten Mulders
That's interesting. It means we don't test on macOS 12 or 13 anymore, as ASF Jenkins doesn't do it either. Personally, I don't think all MacBook owners have replaced their Intel-based machines with ARM-based machines. They may be a bit older but I don't think they're out of operation everywher

Re: GH Action Shared v4 fails for Java 8 on Mac OS

2024-08-11 Thread Konrad Windszus
Sorry for the noise, turned out that PR still used the v3 version of the Shared GH action. V4 is already configured to use Azul by default (https://github.com/apache/maven-gh-actions-shared/commit/994eebd0d7acb406c055aed405b32ca42415df91) With v4 it is working fine. Konrad > On 11. Aug 2024, a

Re: GH Action Shared v4 fails for Java 8 on Mac OS

2024-08-11 Thread Tamás Cservenák
Howdy, We already use zulu for java8 on macos... T On Sun, Aug 11, 2024, 11:00 Konrad Windszus wrote: > > Hi, > By default our shared GH actions pipeline fails now for Java 8 on Mac OS: > > Run actions/setup-java@v4 > with: > java-version: 8 > distribution: temurin > cache: maven > java-pa

Re: GH Action Shared v4 fails for Java 8 on Mac OS

2024-08-11 Thread Slawomir Jaranowski
Hi, We did it ... zulu is used https://github.com/apache/maven-gh-actions-shared/pull/100 niedz., 11 sie 2024 o 11:00 Konrad Windszus napisał(a): > > Hi, > By default our shared GH actions pipeline fails now for Java 8 on Mac OS: > > Run actions/setup-java@v4 > with: > java-version: 8 > distri

GH Action Shared v4 fails for Java 8 on Mac OS

2024-08-11 Thread Konrad Windszus
Hi, By default our shared GH actions pipeline fails now for Java 8 on Mac OS: Run actions/setup-java@v4 with: java-version: 8 distribution: temurin cache: maven java-package: jdk check-latest: false server-id: github server-username: GITHUB_ACTOR server-password: GITHUB_TOKEN o