Issue
I use maven and netbeans. I have maven project (MyProject) and I have the following nodes on Projects tab:
MyProject:
- Source Packages (src/main/java)
- Other Sources (src/main/* except src/main/java)
- Test Packages (src/test/java)
- Other Test Sources (src/test/* except src/test/java)
- Generated Test Sources (src/it/java)
However, there is no node for src/it/resources what makes me always switch to Files Tab. Is it possible to fix it?
Solution
The problem (I hope) will be solved when this issue is resolved. So, vote for it, if you need it.
Answered By - Pavel_K
Answer Checked By - Mary Flores (JavaFixing Volunteer)