Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: 2.0.3
-
Fix Version/s: None
-
Component/s: General
-
Labels:None
-
Complexity:Intermediate
Description
Here's my project layout:
daytrader/
ejb/
streamer/
where streamer depends on the ejb-client produced by the ejb/ build.
If I do a "mvn install" in daytrader/ the build works. If I do it in streamer/ it fails.
After investigation the problem was that the ejb-client produced by the ejb module was excluding by default a class required to compile streamer/.
The build when run at the top level should have failed when building the streamer/ module.
Issue Links
- duplicates
-
MNG-2720
Multiproject dependencies not accurate for project.compileClasspathElements when run from root project
-