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 239709 - Custom goal editor UI for individual projects counter-intuitive
Summary: Custom goal editor UI for individual projects counter-intuitive
Status: RESOLVED WONTFIX
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 8.0
Hardware: PC Linux
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-20 20:14 UTC by zyxist
Modified: 2016-07-07 08:39 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 zyxist 2013-12-20 20:14:04 UTC
NetBeans uses two different forms for managing custom Maven goals:
 - one for global globals,
 - one for project-specific goals.

The first one is quite intuitive - it has a list of goals, and we clearly see, which one we are editing at the moment.

The second editor is much worse, especially in navigation between the named goals, using "Arrow buttons". In addition, editing an existing goal does not actually update it, but surprisingly creates yet another goal. I don't know how to remove a goal.

My suggestion is to make a small usability redesign of this window, so that it would resemble the global goal editor:

 - remove the bottom panel with arrow buttons, "Remember as" and goal name,
 - add the selectable list of specified actions with "Add", "Remove" and "Show in Toolbar" buttons above the input fields.
Comment 1 Milos Kleint 2013-12-21 19:37:39 UTC
do you know about the Actions panel in project customizer?

The custom goal action on popup is primarily used for executing ad hoc maven builds. It provides history and a chance of persisting the goals, turning them permanent. But it's not the same UI as the Actions panel (global or project one) and doesn't satisfy the same usecases.
Comment 2 Martin Balin 2016-07-07 08:39:28 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss