Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 0.14 (Unreleased)
-
Fix Version/s: 0.14 (Unreleased)
-
Component/s: Core components
-
Labels:None
-
Number of attachments :
Description
Imported projects that have an inter-project reference can not be built / complied without fist executing the Install goal.
Maven is supposed to be able to find sibling projects in the reactor during a single build.
i have this project structure:
module1 is depenent on library1.
1. execute 'mvn compile'
result > Build Error : can't find library1 in the UAC
2. execute 'mvn install'
result > Build Successful
3. execute 'mvn compile'
result > Build Successful