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

About the nature of org.eclipse.m2e.core.maven2Nature issue #187

Open
GoogleCodeExporter opened this issue Jul 7, 2015 · 3 comments
Open

Comments

@GoogleCodeExporter
Copy link

I fixed this method of ProjectUtil.isMavenProject() to check with the new maven 
nature issue.

Please take a look at the attached patch file.

Original issue reported on code.google.com by [email protected] on 10 Nov 2014 at 8:09

Attachments:

@GoogleCodeExporter
Copy link
Author

Ohh, what issue does this fix? and is there a snapshot build with this change 
instead of me building the plugin please :(

Original comment by krishna81m on 19 Nov 2014 at 3:52

@GoogleCodeExporter
Copy link
Author

Without this fixed, RJR will add some wrong classpath into the current project, 
if there contain multi-maven projects.
For example,
A depends on B (test scope or provided scope)
B depends on C
A contains (ZK 7.0.0), B contains (ZK 6.5.0), and C contains (ZK 5.0.0)
RJR will add these jars, ZK 5.0.0, 6.5.0, and 7.0.0, into the A runtime 
classpath.

The attached file fixed this issue and #188 issue.

Original comment by [email protected] on 19 Nov 2014 at 6:08

Attachments:

@GoogleCodeExporter
Copy link
Author

Thanks for solved my problem.I think this version should be the latest release 
version.
while google code will be closed,if the project move to github should be 
better:)

Original comment by [email protected] on 25 Jun 2015 at 7:46

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