Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.3
-
Fix Version/s: None
-
Labels:None
-
Number of attachments :
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.