[jboss-user] [JBoss Tools] - Re: broken jboss tools - generated maven seam project?
Snjezana Peco
do-not-reply at jboss.com
Thu Nov 11 04:58:03 EST 2010
Snjezana Peco [http://community.jboss.org/people/snjeza] created the discussion
"Re: broken jboss tools - generated maven seam project?"
To view the discussion, visit: http://community.jboss.org/message/570696#570696
--------------------------------------------------------------
> you mean command line maven?
You can use command line maven or right-click the project and call Run As>Maven clean/package/build/install ...
> There is no "*-war" project. There are 5 projects called "xxxx", "xxxx-ear", "xxxx-ejb", "xxxx-parent" and "xxxx-test". Also, as mentioned before, the
> "xxxx-ear" project is broken (no "pom.xml").
war (web) project is a project without a suffix (xxxx).
There is also a problem with generating the application.xml file. See https://jira.jboss.org/browse/JBIDE-4809 https://jira.jboss.org/browse/JBIDE-4809. Will fix it today. As a workaround, you can change the line:
<generateApplicationXml>false</generateApplicationXml>
to
<generateApplicationXml>true</generateApplicationXml>
<earSourceExcludes>**/application.xml, **/jboss-app.xml</earSourceExcludes>
in the pom.xml of the EAR project.
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/570696#570696]
Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20101111/04483d20/attachment.html
More information about the jboss-user
mailing list