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 215501 - Repeat build action has wrong name for custom goals
Summary: Repeat build action has wrong name for custom goals
Status: RESOLVED WONTFIX
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 7.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-13 09:00 UTC by _ rkubacki
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 _ rkubacki 2012-07-13 09:00:15 UTC
NB7.2, JDK6, Linux.

I have a Maven project that uses http://maven.apache.org/plugins/maven-failsafe-plugin/ so I added custom goal called 'Integration Test' to call 'failsafe:integration-test'. It works fine but when I want to repeat last build the action is labeled with 

'Repeat Build/Run: Build ri' where ri is {artifactiID} of my project. I think there should be the name that I assigned to this action.
Comment 1 Milos Kleint 2012-09-11 15:03:42 UTC
the Repeat/Stop actions reuse the text that is shown in status bar progress bar which limits the text to "test, profile, debug" and "build" for everything else. At the same time we have the project's display name in output tab.

for ant projects the pattern appears to be <projectName> (<task>).

I suppose both the status bar could have artifactId (<name>) where name is the name of the custom mapping. Anonymous mappings (custom goals without a name) and all default mappings clean/build/rebuild/? would keep the generic Build <artifactid> name. Alternatively we could use 
Build <artifactid> (<name>)
Comment 2 Milos Kleint 2012-11-26 09:22:25 UTC
-> enhancement, the current behaviour has an internal logic that is working fine, this issue is about finetuning it.
Comment 3 Martin Balin 2016-07-07 08:39:40 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