1
My project consists of three modules: EAR, EJB and WEB. I know Maven goes way beyond dependency control, but to start I just want to use it to control dependencies. I tried to convert the modules EJB and WEB, some jars were not found, I have the following doubts:
- Missing jars should be included in the build path or directly referenced in pom.xml?
- The best way to convert modules would be to use Configure -> Convert to Maven Project option?
- It would be a good practice to create a new module (project) Maven only with the dependencies, it would not be necessary to convert the existing modules, it would only refer to the module Maven.
- What would be the best structure for using Maven?
Thanks Julio, I will search on Maven-archetype-j2ee-simple.
– Developer