Java – Maven integrating in Eclipse RAD impossible

eclipsejavamavenrad

I'm using RAD and since the morning I'm trying to integrate Maven with Eclipse(RAD) by using that command:
Help -> Instal New Software, then putting this link:

http://download.eclipse.org/m2e-wtp/releases/

then checked "Maven integration for Eclipse"

the errors occured below:

Cannot complete the install because of a conflicting dependency.
Software being installed: m2e - Maven Integration for Eclipse 1.4.0.20130601-0317     (      org.eclipse.m2e.feature.feature.group 1.4.0.20130601-0317)
  Software currently installed: Shared profile 1.0.0.1376390079411            (SharedProfile_bootProfile 1.0.0.1376390079411)
  Only one of the following can be installed at once: 
  Eclipse Jobs Mechanism 3.5.2.R36x_v20110419 (org.eclipse.core.jobs      3.5.2.R36x_v20110419)
  Eclipse Jobs Mechanism 3.5.300.v20130429-1813 (org.eclipse.core.jobs 3.5.300.v20130429-1813)
  Eclipse Jobs Mechanism 3.5.101.v20120113-1953 (org.eclipse.core.jobs 3.5.101.v20120113-1953)
  Cannot satisfy dependency:
  From: Shared profile 1.0.0.1376390079411 (SharedProfile_bootProfile 1.0.0.1376390079411)
  To: org.eclipse.core.jobs [3.5.2.R36x_v20110419]
  Cannot satisfy dependency:
  From: Equinox Provisioning Discovery 1.0.101.v20130327-2119 (org.eclipse.equinox.p2.discovery.compatibility 1.0.101.v20130327-2119)
   To: bundle org.eclipse.equinox.p2.transport.ecf 1.0.0
   Cannot satisfy dependency:
  From: Equinox Provisioning ECF based Transport 1.1.0.v20130516-1858 (org.eclipse.equinox.p2.transport.ecf 1.1.0.v20130516-1858)
  To: bundle org.eclipse.core.jobs 3.5.100
  Cannot satisfy dependency:
  From: m2e Marketplace 1.4.0.20130601-0317 (org.eclipse.m2e.discovery 1.4.0.20130601-0317)
  To: bundle org.eclipse.equinox.p2.discovery.compatibility 0.0.0
 Cannot satisfy dependency:
 From: m2e - Maven Integration for Eclipse 1.4.0.20130601-0317 (org.eclipse.m2e.feature.feature.group 1.4.0.20130601-0317)
  To: org.eclipse.m2e.discovery [1.4.0.20130601-0317]

I have no idea what mentioned "Eclipse Jobs Mechanism… " is I can't find its in the installed software.

Tried to use another repositories like:

http://bitstrings.github.com/m2e-connectors-p2/releases

http://repo1.maven.org/maven2/.m2e/connectors/m2eclipse-mavenarchiver/0.15.0/N/0.15.0.201207090125/

They let me start the instalation but It's stop in +/- 40 %…

Anyone could help me install Maven in my IDE?
Thank You in advance