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

Summary: Align naming of context menu entries for running maven goals
Product: projects Reporter: Christian Lenz <chrizzly>
Component: MavenAssignee: markiewb
Status: RESOLVED FIXED    
Severity: normal Keywords: NETFIX
Priority: P3    
Version: 8.0.2   
Hardware: PC   
OS: Windows 7   
Issue Type: ENHANCEMENT Exception Reporter:
Attachments: Shows the issue

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.