JBoss Community

Re: broken jboss tools - generated maven seam project?

created by Snjezana Peco in JBoss Tools - View the full discussion

> 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. 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

Start a new discussion in JBoss Tools at Community