Alexey Kazakov [
https://community.jboss.org/people/akazakov] created the discussion
"Re: Cannot deploy ear or war using JBT"
To view the discussion, visit:
https://community.jboss.org/message/793872#793872
--------------------------------------------------------------
This wizard creates a non-maven project. But the structure of the project expects to be
the maven-like by OpenShift tools. web.xml is expected to be placed in
src/main/webapp/WEB-INF/web.xml (not in WebContent/WEB-INF/web.xml). Java sources in
src/main/java etc.
So you have to configure pom.xml (this pom.xml file is added by OpenShift tools and
it's used to build/deploy the app onto OpenShift) for your project manually if you
want to publish the project created by New Seam Web Project wizard.
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/793872#793872]
Start a new discussion in JBoss Tools at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]