
|
If you were logged in you would be able to see more operations.
|
|
|
|
File Attachments:
|
None
|
|
Image Attachments:
|
|
|
| Build: |
7,549
|
| Severity: |
High
|
|
I created a project from Maven (pom.xml) and experienced that the editor seems not to care about paths excluded in the project settings. See attached files for the project's configuration. Anyway, the editor still offers files from the excluded paths when navigating with Ctrl-n and Ctrl-N.
|
|
Description
|
I created a project from Maven (pom.xml) and experienced that the editor seems not to care about paths excluded in the project settings. See attached files for the project's configuration. Anyway, the editor still offers files from the excluded paths when navigating with Ctrl-n and Ctrl-N. |
Show » |
|
Could you provide the additional information:
1. Does the module have more content roots than shown on Screenshot.png? What are their settings, if any?
2. What is the name and location of excluded files, which are still navigated to? E.g. are them .../enterprise/target/classes/package/Excluded.java?
If .../enterprise/target/classes is the compiler output, it should contain .class files, not .java. So I need to understand what .java files can do there - that's why I am asking.
Thank you.