Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
10.0
-
None
-
None
-
Product Version: Apache NetBeans IDE 10.0 (Build incubator-netbeans-release-380-on-20181217)
Updates: Updates available to version NetBeans 8.2 Patch 2
Java: 11.0.2; OpenJDK 64-Bit Server VM 11.0.2+9
Runtime: OpenJDK Runtime Environment 11.0.2+9
System: Windows 8.1 version 6.3 running on amd64; Cp1252; en_US (nb)
Build Tool: Maven 3.6.0Product Version: Apache NetBeans IDE 10.0 (Build incubator-netbeans-release-380-on-20181217) Updates: Updates available to version NetBeans 8.2 Patch 2 Java: 11.0.2; OpenJDK 64-Bit Server VM 11.0.2+9 Runtime: OpenJDK Runtime Environment 11.0.2+9 System: Windows 8.1 version 6.3 running on amd64; Cp1252; en_US (nb) Build Tool: Maven 3.6.0
Description
When opening two different Maven projects that share the same source folder, the Source Packages node of one of the two projects in the Projects window can not be opened and displays the following caption:
Source Packages is owned by project <X>, cannot be used here, see issue #138310 for details.
Substitute the name of the other project for <X>.
I can easily reproduce the problem by having the following declaration in the POMs of my Maven sub-modules:
<build> <sourceDirectory>../src/main/java</sourceDirectory> </build>
In the netbeans.org issue tracker, the mentioned issue and related issues seem to be fixed.