jira-importer commented on issue #139: URL: https://github.com/apache/maven-ear-plugin/issues/139#issuecomment-2955258128
**[Stephane Nicoll](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=snicoll)** commented You are right, it's not used anywhere. As a workaround: #1 Check the documentation: http://maven.apache.org/plugins/maven-ear-plugin/generate-application-xml-mojo.html You can disable application.xml generation: \<generateApplicationXml>false\</generateApplicationXml> #2 Make sure that your custom application.xml is located in a resources directory picked up by the EAR plugin. A good example is: src/main/application/META-INF/application.xml Thanks for reporting the issue. -- 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]
