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 234899 - "Platform Modules" GUI in Project Properties for Maven-based platform projects (like for Ant)
Summary: "Platform Modules" GUI in Project Properties for Maven-based platform project...
Status: NEW
Alias: None
Product: apisupport
Classification: Unclassified
Component: Maven (show other bugs)
Version: 7.4
Hardware: Macintosh Mac OS X
: P3 normal with 1 vote (vote)
Assignee: Milos Kleint
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-23 17:36 UTC by ebakke
Modified: 2013-08-23 17:36 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ebakke 2013-08-23 17:36:31 UTC
In Ant-based NetBeans Platform projects, the "Project Properties" dialog has a "Libraries" category with a "Platform Modules" GUI for selecting platform module dependencies. The GUI shows the display names of each available NetBeans module grouped by cluster, and allows each module to be checked or unchecked. The GUI shows an error message if a module is checked which requires a different module which is unchecked, and provides a "Resolve" button to automatically check off additional required modules until all transitive dependencies have been satisfied.

The "Platform Modules" GUI currently only exists for Ant-based NetBeans Platform projects. It would be great if something similar could be supported from Maven-based platform projects.