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 251754 - Align naming of context menu entries for running maven goals
Summary: Align naming of context menu entries for running maven goals
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 8.0.2
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: markiewb
URL:
Keywords: NETFIX
Depends on:
Blocks:
 
Reported: 2015-04-10 08:05 UTC by Christian Lenz
Modified: 2016-08-27 02:18 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
Shows the issue (27.72 KB, image/png)
2016-08-25 19:32 UTC, markiewb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Lenz 2015-04-10 08:05:29 UTC
Half a year or so, I was new to maven projects and modules and I didn't know where I can add new stuff (Didn't know that they called actions and/or goals). So I did right click on the module and searched for a node called maven but didn't find one. I did a little research and figured out that it is custom -> goals or properties -> actions -> add custom.

Today I saw an context menu node when I right click on pom.xml called Run Maven and I find this better than custom or whatever. For me, if there is a good maven support built in netbeans, I would prefer to have a better wording for this, goals are maven goals, that is clear but I wouldn't expect it under custom. I would like to have Run Maven or Create Custom Maven Goals in the context menu on the project type and not only for the pom.xml.


Regargs 

Chris
Comment 1 markiewb 2016-08-25 19:32:06 UTC
Created attachment 161771 [details]
Shows the issue
Comment 2 markiewb 2016-08-25 21:31:49 UTC
Fixed

http://hg.netbeans.org/core-main/rev/4cd4debf0ff8
Comment 3 Quality Engineering 2016-08-27 02:18:27 UTC
Integrated into 'main-silver', will be available in build *201608270002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/4cd4debf0ff8
User: Benno Markiewicz <markiewb@netbeans.org>
Log: #251754 - Align naming of context menu entries for running maven goals

Use "Run Maven" instead of "Custom". That is the same name as in the context menu of a pom.xml.