macOS Ventura and Stage Manager

2022-08-12 Thread Thomas Wolf
A bit of a sidebar: This isn’t strictly a Netbeans question, but since it affects Netbeans, I’ll ask it here: does anyone know how to make Java apps like Netbeans work better with macOS Ventura’s Stage Manager? Specifically, here’s the problem I see with all my Java apps, including Netbeans, n

Re: Java NetBeans IDE14 Project (Unloadable) pom.xml Error

2022-08-12 Thread Michael Bien
Hi Mike, when declaring the plugin you added the group ID of your project. This is not correct. GroupID + ArtifactID are the coordinates of a maven artifact, they belong together. The specific plugin you are using is a default plugin, so you don't have to declare the groupID, (but you can if