-
Notifications
You must be signed in to change notification settings - Fork 25
Description
Wolfgang Knauf opened MEAR-309 and commented
Please add support for JakartaEE 10, so that a valid "application.xml" can be created.
As WildFly 27 defaults to JakartaEE 10, I am in the process of updating the archetype for a blank WildFly EAR project. And to keep it clean, I want the maven-ear-plugin to create a JakartaEE 10 "application.xml" instead of the JavaEE8 version.
In the moment, I think I will switch off generating this file ("<generateApplicationXml>false</generateApplicationXml>") in order to avoid confusion.
I see that https://issues.apache.org/jira/projects/MEAR/issues/MEAR-302 already added support for JakartaEE9, so I could even try to send a similar pull request for 10.
Affects: 3.2.0
Remote Links: