You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the multi-maven projects contain a same maven module with different version
in 'test' or 'provided' maven scope, the default
org.eclipse.jdt.launching.StandardSourcePathProvider will include all of the
runtime classpath of the multi-maven projects to look up the source path.
I provided a patch to ignore the source path if the maven scope is 'test' or
'provided'.
Original issue reported on code.google.com by [email protected] on 15 Nov 2014 at 1:08
Original issue reported on code.google.com by
[email protected]
on 15 Nov 2014 at 1:08Attachments:
The text was updated successfully, but these errors were encountered: