java - Maven integrating in Eclipse RAD impossible -


i'm using rad , since morning i'm trying integrate maven eclipse(rad) using command: -> instal new software, putting link:

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

then checked "maven integration eclipse"

the errors occured below:

cannot complete install because of conflicting dependency. software being installed: m2e - maven integration eclipse 1.4.0.20130601-0317     (      org.eclipse.m2e.feature.feature.group 1.4.0.20130601-0317)   software installed: shared profile 1.0.0.1376390079411            (sharedprofile_bootprofile 1.0.0.1376390079411)   1 of following can installed @ 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 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 mentioned "eclipse jobs mechanism... " can't find in installed software.

tried use 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 instalation it's stop in +/- 40 %...

anyone me install maven in ide? thank in advance

did use maven installation instructions ibm?

https://www.ibm.com/developerworks/community/wikis/form/anonymous/api/wiki/2fad2df2-9c68-4aa3-abba-01e910211998/page/5531e600-93c7-46f6-86f4-a570b1bcf391/attachment/9f11dc95-a9ae-4522-9ed1-2c8a7ca165cd/media/rad_m2e-nov(update%20jun%202012).pdf


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -