If two projects have different maven.build.dir settings, the multiproject will assume that the artifacts of project A are actually in the maven.build.dir directory of project B (or vice versa).
Project A, project.properties
maven.build.dir=build
Project B, project.properties
maven.build.dir=target
Project B depends on Project A
Using the multiproject plugin for say multiproject:install will fail.
Description
If two projects have different maven.build.dir settings, the multiproject will assume that the artifacts of project A are actually in the maven.build.dir directory of project B (or vice versa).
Project A, project.properties
maven.build.dir=build
Project B, project.properties
maven.build.dir=target
Project B depends on Project A
Using the multiproject plugin for say multiproject:install will fail.