Hi, I have a multi-module project for testing. It contains two modules: m1 and m2. m2 depends on m1. I can build the whole project or m1 just fine. The problem is, when I try to build m2 separately, it tries to download the pom.xml for the project from the repository. If I have never been able to build the whole project, it won't find the pom.xml file and will fail.
Now, there is a circular dependency here. To build the whole project, we need to build m2. To build m2, we need to build the whole project. It means they have to be built together. A consequence is that one can't develop m2 in isolation. Any workaround? For example, can I install the project pom.xml without building the modules? Thanks! --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
