Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] Installing m2e blocks all subsequent plugin installs

Hi igor,

Thanks for your response,  I can confirm I have not installed the old "org.maven.ide.eclipse" version,  I have installed org.eclipse.m2e-1.0.100.20110804-1717

False positive errors are reported due to missing "org.maven.ide.eclipse", (which I have not installed - it does not exist).  I have tracked these values down to the following file:

features\org.eclipse.m2e
feature_1.0.100.20110804-1717\p2.inf

***************************************************************************
units.1.id=org.maven.ide.eclipse
units.1.properties.0.name=org.eclipse.equinox.p2.name
units.1.properties.0.value=This version of m2eclipse cannot be
installed on top of the already installed m2eclipse. Uninstall the
previous version of m2eclipse and try the install again.
units.1.version=$version$
units.1.singleton=true
units.1.provides.0.namespace=osgi.bundle
units.1.provides.0.name=org.maven.ide.eclipse
units.1.provides.0.version=$version$

requires.0.namespace=osgi.bundle
requires.0.name=org.maven.ide.eclipse
requires.0.range=[$version$, $version$]
****************************************************************************

Regards,
Nathan

Back to the top