This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 201462

Summary: Finding reactor root does not work when parent reference is missing
Product: projects Reporter: Jesse Glick <jglick>
Component: MavenAssignee: Jesse Glick <jglick>
Status: RESOLVED FIXED    
Severity: normal CC: viggonavarsete
Priority: P3    
Version: 7.1   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 201585    
Bug Blocks: 172502    

Description Jesse Glick 2011-08-30 23:00:14 UTC
For example, in case of a non-resolvable parent POM, the priming build tries to run with the project itself as a reactor root, which does not generally work.

Maybe the project loader should be more lenient here? Is it possible to substitute a dummy parent POM while still marking the project as having a missing artifact? Or can the reactor root detection specially handle erroneous projects by directly parsing their POMs?
Comment 1 Jesse Glick 2011-09-01 23:33:14 UTC
core-main #2bb348d673d2
Comment 2 Jesse Glick 2011-09-02 20:56:15 UTC
*** Bug 195440 has been marked as a duplicate of this bug. ***