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