Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-dev] m2e development environment

Do i need to do something special to get it running inside eclipse?

Unfortunately yes, because the execution of the maven-bundle-plugin seems ignored by default in m2e, so its not participating to the Eclipse build.
You need to run `cd m2e-maven-runtime && mvn install`; then upon completion, refreshing the org.eclipse.m2e.maven.runtime and its siblings should populate the jars directory and allow further success.

--
Mickael Istria
Eclipse IDE developer, for Red Hat Developers

Back to the top