Maven reactor and site
问题 I have a multi-module project with a parent pom.xml and several modules where some of the modules depend on each other. In the project directory I can call mvn test to run unittests in each module. No problem here. But if I call mvn site one of the modules reports [ERROR] Failed to execute goal on project myModule_C: Could not resolve dependencies for project org.myModule_C:jar:0.0.1-SNAPSHOT: The following artifacts could not be resolved: org.myModule_A:jar:0.0.1-SNAPSHOT, org.myModule_B:jar