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 250824 - Creating test resources folder does not automatically show "Other Test Sources" under project
Summary: Creating test resources folder does not automatically show "Other Test Source...
Status: RESOLVED WORKSFORME
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 8.0.2
Hardware: PC Mac OS X
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-02 16:34 UTC by brettryan
Modified: 2015-06-12 13:48 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description brettryan 2015-03-02 16:34:49 UTC
Steps to reproduce:

 1. Create new maven based web app (New Project > Maven > Web Application).
 2. Right click the project node, choose New > Folder.
 3. Name the folder `src/test/resources` with a parent folder left blank
 4. Click finish

Expected outcome:

 1. New folder is created.
 2. New `Other Test Sources` node appears under project

Actual outcome:

 1. New folder is created.

Workaround:

 1. Right click project node and choose "Reload POM".
Comment 1 Tomas Stupka 2015-06-12 13:48:21 UTC
works for me in NetBeans IDE Dev (Build 20150612-c4275594031b)
feel free to reopen in case you are still able to reproduce with a current dev build 

thanks