Can't install maven plugin for eclipse on Ubuntu 12.04 -


i tried install @ eclipse indigo - version: 3.7.2, maven plugin.

here step step did:

help => install new software... => work => add http://download.eclipse.org/technology/m2e/releases location => tick maven integration eclipse => next.

but wasn't finished , pop up:

cannot complete install because 1 or more required items not found.   software being installed: m2e - maven integration eclipse 1.4.0.20130601-0317 (org.eclipse.m2e.feature.feature.group 1.4.0.20130601-0317) 

but when looking @ window => preferences, maven doesn't exist.

i want update eclipse kepler version. added needs repository to

window - preferences - install/update - available softsarve.. 

and when went help - check updates saw next error:

cannot complete install because of conflicting dependency.   software being installed: equinox p2 rcp management facilities source 1.2.0.v20130604-2046 (org.eclipse.equinox.p2.rcp.feature.source.feature.group 1.2.0.v20130604-2046)   software installed: eclipse platform 3.7.0.i20110613-1736 (org.eclipse.platform.ide 3.7.0.i20110613-1736)   1 of following can installed @ once:      simple configurator manipulator 2.0.0.v20130327-2119 (org.eclipse.equinox.simpleconfigurator.manipulator 2.0.0.v20130327-2119)     simple configurator manipulator 2.0.0.dist (org.eclipse.equinox.simpleconfigurator.manipulator 2.0.0.dist)   cannot satisfy dependency:     from: equinox p2 core function 1.0.1.dist-8291fxcflhv8cj871602a41 (org.eclipse.equinox.p2.core.feature.feature.group 1.0.1.dist-8291fxcflhv8cj871602a41)     to: org.eclipse.equinox.simpleconfigurator.manipulator [2.0.0.dist]   cannot satisfy dependency:     from: equinox p2 core function 1.2.0.v20130604-2046 (org.eclipse.equinox.p2.core.feature.feature.group 1.2.0.v20130604-2046)     to: org.eclipse.equinox.simpleconfigurator.manipulator [2.0.0.v20130327-2119]   cannot satisfy dependency:     from: equinox p2 rcp management facilities 1.2.0.v20130604-2046 (org.eclipse.equinox.p2.rcp.feature.feature.group 1.2.0.v20130604-2046)     to: org.eclipse.equinox.p2.core.feature.feature.group [1.2.0.v20130604-2046]   cannot satisfy dependency:     from: equinox p2 rcp management facilities source 1.2.0.v20130604-2046 (org.eclipse.equinox.p2.rcp.feature.source.feature.group 1.2.0.v20130604-2046)     to: org.eclipse.equinox.p2.rcp.feature.feature.group [1.2.0.v20130604-2046]   cannot satisfy dependency:     from: equinox p2 provisioning ides. 2.1.2.dist-6-bk8lt6mlqlsef6-rfpfiprdhqg (org.eclipse.equinox.p2.user.ui.feature.group 2.1.2.dist-6-bk8lt6mlqlsef6-rfpfiprdhqg)     to: org.eclipse.equinox.p2.core.feature.feature.group [1.0.1.dist-8291fxcflhv8cj871602a41]   cannot satisfy dependency:     from: eclipse platform 3.7.0.i20110613-1736 (org.eclipse.platform.ide 3.7.0.i20110613-1736)     to: org.eclipse.equinox.p2.user.ui.feature.group [2.1.2.dist-6-bk8lt6mlqlsef6-rfpfiprdhqg] 

how solve , install maven plugin?

try setting option "contact updates sites..." in installation manger , make sure download site indigo (http://download.eclipse.org/releases/indigo) checked.

this should updatesite containing m2e installation anyway, since downloadsite used contains latest maven built, not 3.7.2 .

if want use newer eclipse, use kepler updatesite http://download.eclipse.org/releases/kepler.

if doesn't work, please post new error.


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 -