]
Marek Novotny closed JBSEAM-4889.
---------------------------------
I am closing the issue. All issues has to be filed against 2.3.0.Final from now.
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
Assignee: Marek Novotny
Fix For: 2.3.0.CR1
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. Moreover, version is managed in a parent pom so could be removed altogether in
the ear project.
- 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
For more information on JIRA, see: