Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] Maven import not recognizing Java projects

The Java nature is added automatically and the Java configuration done according to the maven-compiler-plugin configuration.
Can you share the content of you maven-compiler-plugin config, from running mvn help:effective-pom?

On Wed, Dec 4, 2019 at 6:19 PM Whitney Sorenson <wsorenson@xxxxxxxxxxx> wrote:
Hello,

I've been using m2e successfully for many years and I am abruptly running into an issue where m2e no longer recognizes imported maven projects as Java projects and thus doesn't add the Java nature.

I tried a new workspace, new version of Eclipse (2019-09) and the problem has persisted.

Perhaps something in our POMs changed, I guess my question is there some way to force the Java nature or is there some critical part of the POM that must be recognized? If I add the Java project nature manually, my build path is not configured correctly.

Thank you.

- Whitney



_______________________________________________
m2e-users mailing list
m2e-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/m2e-users


--
"Have you tried turning it off and on again" - The IT Crowd
And if that fails, then http://goo.gl/tnBgH5

Back to the top