Fred Bricon created JBSEAM-4889:
-----------------------------------
Summary: Improvements to maven-ear-plugin configuration of seam booking 2.3
Key: JBSEAM-4889
URL:
https://issues.jboss.org/browse/JBSEAM-4889
Project: Seam 2
Issue Type: Bug
Affects Versions: 2.3.0.ALPHA
Reporter: Fred Bricon
While testing seam booking with m2e-wtp/JBT, I noticed a few things you might want to fix
wrt the [maven-ear-plugin
configuration|http://anonsvn.jboss.org/repos/seam/branches/community/Seam...]
:
- maven-ear-plugin <version>2.3.2</version> is kinda obsolete, you can bump it
to 2.6
- EAR <version> is not set in <configuration>, so by default an
application.xml 1.3 will be generated (and Facet 1.3 will be installed in WTP). You should
set <version>5</version>
- <earSourceExcludes>**/application.xml, **/jboss-app.xml</earSourceExcludes>
was added when m2e-wtp was creating these files (like 2 years ago). I'd remove that
now.
- <generateApplicationXml>true</generateApplicationXml> is redundant (it's
the default value) and can be removed
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira