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 271008 - Invisible Folder in Maven project - Java application
Summary: Invisible Folder in Maven project - Java application
Status: RESOLVED INVALID
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 8.2
Hardware: PC Windows 10 x64
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-30 14:38 UTC by Anda77
Modified: 2017-06-30 16:45 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Folder Features (39.15 KB, image/png)
2017-06-30 14:38 UTC, Anda77
Details
Invisible Folder (83.04 KB, image/png)
2017-06-30 14:39 UTC, Anda77
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Anda77 2017-06-30 14:38:16 UTC
Created attachment 164665 [details]
Folder Features

I create a Maven project with java application and when I create a folder for this project I can't see this folder in Projects tab.
This folder is created on disk but is invisible in projects file in NetBeans.

Can you give me an workaround?

Thanks
Comment 1 Anda77 2017-06-30 14:39:00 UTC
Created attachment 164666 [details]
Invisible Folder
Comment 2 Svata Dedic 2017-06-30 15:46:30 UTC
Maven project subtree shows folders known to maven. "Features" is (by default) none of source or test. 

You may follow steps described in https://stackoverflow.com/questions/270445/maven-compile-with-multiple-src-directories to actually add those sources to [java] compilation. They will appear as "generated sources" then.

To see physical layout of the project on disk, switch to Files tab.
Comment 3 Anda77 2017-06-30 16:45:06 UTC
ok, thank you.