Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong source path lookup if RJR run with multi-maven projects #188

Open
GoogleCodeExporter opened this issue Jul 7, 2015 · 1 comment
Open

Comments

@GoogleCodeExporter
Copy link

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

Attachments:

@GoogleCodeExporter
Copy link
Author

update the patch file

Original comment by [email protected] on 17 Nov 2014 at 4:37

Attachments:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant