Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-dev] Running m2e from ide fails

Hi,

Verify your org.eclipse.m2e.maven.runtime project is properly populated with the Maven jars and transitive deps. You need a preliminaty `mvn verify` on the m2e-maven-runtime folder for those classes to be visible in the IDE.

HTH

Back to the top