Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
When a modular Maven project has the main module on the same directory - referenced by a secondary pom.xml - NetBeans displays its folders and classes on the main project and builds them fine. But it doesn't recognize the module's classpath for its classes, and offers to include dependencies on the main project's POM, which is wrong.
Other IDEs such as Eclipse and IDEA recognize the module's classpath correctly.
A minimal test case is attached.