juanotto opened a new issue, #8902: URL: https://github.com/apache/netbeans/issues/8902
### Apache NetBeans version Apache NetBeans 27 ### What happened Creating a new Netbeans Application works but the applications cannot be build. Maven gives an error due to the application module using `-Djava.security.manager=allow` in jmps-flags in its `pom.xml`. That is defined in the application maven archetype. ### Language / Project Type / NetBeans Component Netbeans Platform Application ### How to reproduce Create a new Netbeans Application, build it. ### Did this work correctly in an earlier version? No / Don't know ### Operating System Windows 10, Ubuntu 24 ### JDK Oracle jdk-24 (24.0.2) ### Apache NetBeans packaging Third-party package ### Anything else I have created a PR, my understanding is the archetype used comes from https://github.com/apache/netbeans-mavenutils-archetype-netbeans-platform-app-archetype I created https://github.com/apache/netbeans-mavenutils-archetype-netbeans-platform-app-archetype/pull/19 ### Are you willing to submit a pull request? Yes -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
