I read some articles about how to set up eclipse and maven to create a new empty ear project but all solutions weren't complete or are to old.
I believe that I need to create three pom.xml files / or three projects:
- client project with the WEB-APP structure (like a regular dynamic web project).
This should result in a WAR file.
- server project with the ejbs. This should be a JAR file.
- ear project which joins both projects together.
I tried that with help of the integrated maven plugin in eclipse. Since (I believe Helios) maven is already integrated in eclipse. So I go to
file -> new -> maven -> maven project
and leave the "create a simple project" checkbox unchecked. On the next side I got the archetype catalog. To create the client project I looked for maven-archetype-webapp Version 1.0.
But all the folders like WebContentMETA-INF etc. are missing.
So how can I create all three projects are build them together?
Thanks a lot,
Hauke
PS.: I read in question 5668710 about creating the project without maven and activate the dependency management. But is that the right way? I don't think so.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…