Re: maven recursive clean

2023-10-11 Thread Davide Grandi
Hello, maven default, AFAIK, is to clean and "build" all the modules together, taking dependencies in account. So it should suffice clean and build the top project. eg mvn clean package in maven root/main folder. If I remember correctly its a "rebuild" (clean + build) in netbeans. Davide Gran

voting for nbm maven plugin

2023-10-11 Thread Eric Barboni
Hi folks, Would it make sense to propose vote for nbm plugin before freeze ? Having a release that can handle jdk21 could be helpful, still no nb-package Best Regards Eric

Re: [VOTE] Release dlight.nativeexecution natives version 1-24aefa9

2023-10-11 Thread Neil C Smith
+1 (binding) Checked contents, hashes and signing. Checked files match the workflow artefacts. Updated https://github.com/apache/netbeans/pull/6521 and verified dev-build functionality on macOS M1 (only used artefacts for now). As noted elsewhere, please make sure to change the parent folder n

Re: [VOTE] Release lib.profiler natives version 1-24aefa9

2023-10-11 Thread Neil C Smith
+1 (binding) Checked contents, hashes and signing. Checked files match the workflow artefacts. Updated https://github.com/apache/netbeans/pull/6502 and verified dev-build functionality on Linux and macOS M1. As noted elsewhere, please make sure to change the parent folder name to match the vers

RE: website migration to antora

2023-10-11 Thread Eric Barboni
Hi folks, I've tried a bit of antora to see it with the scale of our site. Asciidoc is used so no major changes in the content. Antora needs component to works with split of our site into "module" only sources,images https://github.com/apache/netbeans-antora-site component front (about, blogs,

Re: [DISCUSS] Native binary handling (or, does NetBeans have a future on macOS?)

2023-10-11 Thread Neil C Smith
Thanks Matthias for kicking off the votes on the revised artefacts. I've updated both WIP pull requests, which will build a dev-build with the newly staged binaries as well as tests. I want to double-check on the M1 mac that everything is working before voting, but everything else looks good. ht

Re: [VOTE] Release dlight.nativeexecution natives version 1-24aefa9

2023-10-11 Thread Michael Bien
+1 (binding) looked through the content of the two archives, checked licenses and sigs best regards, -mbien On 10.10.23 20:57, Matthias Bläsing wrote: This is a vote on the dlight.nativeexecution native binaries. As the binary artefacts are consumed by the IDE build, we need to release them se

Re: [VOTE] Release lib.profiler natives version 1-24aefa9

2023-10-11 Thread Michael Bien
+1 (binding) looked through the content of the archives, checked licenses and sigs note: the binary zip is listed twice on the mail, but its ok since the link above has the root folder with all artifacts where everyone can find them. regards, michael bien On 10.10.23 20:57, Matthias Bläsing

RE: [VOTE] Release dlight.nativeexecution natives version 1-24aefa9

2023-10-11 Thread Eric Barboni
+1 (binding) Best Regards Eric -Message d'origine- De : Antonio Envoyé : mardi 10 octobre 2023 22:03 À : dev@netbeans.apache.org Objet : Re: [VOTE] Release dlight.nativeexecution natives version 1-24aefa9 +1 (binding) Checked SHAsums and GPG signatures. Proper NOTICE/LICENSE. Sources

RE: [VOTE] Release lib.profiler natives version 1-24aefa9

2023-10-11 Thread eric.barboni
+1 bindings Same comment as Antonio. Thanks for fixing and the vote. Regards Eric -Message d'origine- De : Antonio Envoyé : mardi 10 octobre 2023 22:09 À : dev@netbeans.apache.org Objet : Re: [VOTE] Release lib.profiler natives version 1-24aefa9 +1 (binding) Checked SHAsums and GPG

maven recursive clean

2023-10-11 Thread Simon IJskes - QCG
Hi, Having the following situation: * a maven project with modules. * a module with dependencies in the set of modules. * developers intention is to make sure everything is freshly compiled. * marks the 'clean' action with 'Build with dependencies' on the module. * the clean action first builds