Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.0-beta-2
-
Fix Version/s: 3.0
-
Component/s: Plugins and Lifecycle
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
Description
Currently, dependency resolution happens only at the beginning of a project build and then only for the current project. This means if the current project happens to bind an aggregator into its lifecycle which forks the lifecycle in a reactor build, any forked project not previously built during the main build will have its dependencies unresolved.
Issue Links
- is duplicated by
-
MSITE-497
Dependencies not included classpath for multi-level projects when forking reporting
-
Running "mvn package" from the top-level of the attached project fails with a compilation error due to missing dependency in the (forked) sub module.