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 271102 - unloadable state isn't handled well after fix
Summary: unloadable state isn't handled well after fix
Status: NEW
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 8.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-15 10:37 UTC by kalle1
Modified: 2017-07-15 10:37 UTC (History)
0 users

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 kalle1 2017-07-15 10:37:20 UTC
Maven projects which contain BOMs, like https://github.com/arquillian/arquillian-showcase, cause child projects to be unloadable until a priming build fetched all dependencies and thus version numbers to allow the POMs to be valid.

After fixing the unloadable state through a successful priming build,

  * child project keep the `[name] [unloadable]` title in the project tree instead of the project name.
  * "Reload POM" has to be run for each child project and grand(grand...)child project. It should be recursive.
  * The "unloadable" state is preserved even after closing and reopening the project. A new load should retrieve up-to-date information like it would for any project which wasn't in an "unloadable" state at the first opening.

experienced with 8.2 on Ubuntu 17.04