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 - Finding reactor root does not work when parent reference is missing
Summary: Finding reactor root does not work when parent reference is missing
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 7.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Jesse Glick
URL:
Keywords:
: 195440 (view as bug list)
Depends on: 201585
Blocks: 172502
  Show dependency tree
 
Reported: 2011-08-30 23:00 UTC by Jesse Glick
Modified: 2011-09-02 20:58 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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. ***