Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Duplicate
-
3.6.1
-
None
-
None
-
None
-
Linux
Description
When using a relative path to pull in source from another module the source root is added twice in this situation. This doesn't happen with 3.6.0
<sourceDirectory>../another-module/src/main/java</sourceDirectory>
With -X you see
Source roots:
base-directory/this-module/../another-module/src/main/java
and
base-directory/another-module/src/main/java
making every class appear twice.
Workaround: use 3.5.x or 3.6.0
Attachments
Issue Links
- duplicates
-
MNG-6716 relative testSourceDirectory on macos throw duplicate class error
- Closed