Re: netbeans 22 does not build a maven project for netbeans application

2024-08-23 Thread Michael Bien
if you open the pom.xml from mavenproject8-parent and take a look at the netbeans.version property, what value does it have? it should say RELEASE220. one explanation for this could be that you are trying to build against RELEASE90 or something like that - this would fail due to pack200. -mb

Re: netbeans 22 does not build a maven project for netbeans application

2024-08-23 Thread Michael Bien
Hi Rafal, pack200 is an outdated bytecode compression method. If you create a new NetBeans Application, the project template you would get should not make use of it by default. I just tried it again using NetBeans 22 on JDK 18 and "clean install" worked. btw JDK 18 itself is no longer supp

netbeans 22 does not build a maven project for netbeans application

2024-08-23 Thread Rafał Ziółkowski
Hallo,     With Netbeans 22 I've created a maven project of Netbeans Application using wizard 'java with maven->netbeans application'. Any try to clean and install with java 18results in following statement: "Failed to execute goal org.apache.netbeans.utilities:nbm-maven-plugin:14.2:cluster-ap

netbeans 22 does not build a maven project for netbeans application

2024-08-23 Thread Rafał Ziółkowski
Hallo,     With Netbeans 22 I've created a maven project of Netbeans Application using wizard 'java with maven->netbeans application'. Any try to clean and install with java 18results in following statement: "Failed to execute goal org.apache.netbeans.utilities:nbm-maven-plugin:14.2:cluster-a

netbeans 22 does not build a maven project for netbeans application

2024-08-23 Thread Rafał Ziółkowski
Hallo,     With Netbeans 22 I've created a maven project of Netbeans Application using wizard 'java with maven->netbeans application'. Any try to clean and install with java 18results in following statement: "Failed to execute goal org.apache.netbeans.utilities:nbm-maven-plugin:14.2:cluster-a