Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[m2e-users] trouble installing m2e: missing org.maven.ide.eclipse

Hello!

I'm trying to install m2e and found some trouble. Maybe you can help me.
I'm new to Maven...

SYSTEM DESCRIPTION

* Debian Squeeze 32bit
* Java 1.6.0_26 (installed by "apt-get install sun-java6-jdk")
* Maven 2.2.1 (installed by "apt-get install maven2")
* Eclipse 3.7. Workspace at "/home/gorka/workspace"

PREVIOUS STEPS

* Ran this command: "mvn -Declipse.workspace=/home/gorka/workspace
eclipse:add-maven-repo"

INSTALLING FROM INSIDE ECLIPSE

1. Menu: Help --> Install new software
2. Work with:
"http://download.eclipse.org/technology/m2e/releases/1.0/1.0.0.20110607-2117";
(p2 link taken from "http://wiki.eclipse.org/M2E_updatesite_and_gittags)"
3. Selected "Maven Integration for Eclipse" and then click on "Next"

THEN... THE ERROR

Install details: <<
Cannot complete the install because one or more required items could
not be found.
  Software currently installed: Shared profile 1.0.0.1313184215256
(SharedProfile_epp.package.java 1.0.0.1313184215256)
  Missing requirement: Shared profile 1.0.0.1313184215256
(SharedProfile_epp.package.java 1.0.0.1313184215256) requires
'org.maven.ide.eclipse [1.0.0.20110607-2117]' but it could not be
found
>>

Thanks for your help!

-Gorka LLona



Back to the top