newk5 commented on issue #3786: URL: https://github.com/apache/netbeans/issues/3786#issuecomment-1069078868
Ahh I think you are right. I build both WAR projects and plain JAR JSF apps, but I think the first project I opened in NetBeans13 was a quarkus jsf app. Building JSF projects into a JAR instead of a WAR with quarkus is relatively new so my understanding is that NetBeans doesn't detect quarkus JSF apps as "valid" JSF apps, and doesn't automatically enable the JavaEE plugin. The condition for checking whether a quarkus app is a JSF app would be checking if the project contains the myfaces dependency. Do you think it would be viable for NetBeans to do this automatically? Or maybe this is something which should be done in a "quarkus" type plugin instead? -- 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
