I was wondering, someone experienced the same problem as me and can help me. I have a maven project that contains 6 modules. Some modules are interdependent. The project is written in Java and builds banks, wars and aars. I am trying to import it into Eclipse using the m2eclipse plugin. It seems to be working fine until the project is built. During the build process, I get hundreds of errors complaining about the lack of Java files that are generated. As I found out, eclipse cannot recognize that some of the generated packages should be interpreted as source code. I do not know what to do with this, since I spent a lot of time trying to solve this problem. The project builds with the command line. My goal is to debug the whole project on the Tomcat server, so I want to use eclipse,since it has pretty good integration with Tomcat.
Any help would be greatly appreciated.
Thank!
source
share