2011-09-28 27 views
6

Eclipse için Maven Plugin'i yüklemeye çalışıyorum ama bu hatayı alıyorum. Ben Web Geliştiriciler İçinEclipse - Maven Kurulum Hatası

Eclipse Java EE IDE kullanıyorum

. Versiyon: Indigo Sürüm Yapı Kimliği: 20110615-0604 Versiyon Eclipse.

Cannot complete the install because of a conflicting dependency. 
    Software being installed: m2e - Maven Integration for Eclipse 1.0.100.20110804-1717 (org.eclipse.m2e.feature.feature.group 1.0.100.20110804-1717) 
    Software currently installed: Maven Integration for Eclipse (Required) 0.12.1.20110112-1712 (org.maven.ide.eclipse.feature.feature.group 0.12.1.20110112-1712) 
    Only one of the following can be installed at once: 
    Maven Integration for Eclipse 0.12.1.20110112-1712 (org.maven.ide.eclipse 0.12.1.20110112-1712) 
    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. 1.0.100.20110804-1717 (org.maven.ide.eclipse 1.0.100.20110804-1717) 
    Cannot satisfy dependency: 
    From: m2e - Maven Integration for Eclipse 1.0.100.20110804-1717 (org.eclipse.m2e.feature.feature.group 1.0.100.20110804-1717) 
    To: bundle org.maven.ide.eclipse [1.0.100.20110804-1717] 
    Cannot satisfy dependency: 
    From: Maven Integration for Eclipse (Required) 0.12.1.20110112-1712 (org.maven.ide.eclipse.feature.feature.group 0.12.1.20110112-1712) 
    To: org.maven.ide.eclipse [0.12.1.20110112-1712] 

Sadece m2eclipse versiyonu 0.12.x kaldırmak ve yüklemeyi yeniden denemek gerekir

http://imageshack.us/f/823/eclipsse.jpg/

cevap

4

aşağıda verilen hatanın ekran görüntüsü bakınız. Esasen hem m2e hem de m2eclipse (okuma: eski m2e) birlikte yüklemeye çalışıyorsunuz.

Benim Eclipse JDT ve M2E sürümleri şunlardır: Eclipse Kepler'i kullanıyorum

Eclipse Java Development Tools 3.7.0.v20110520-0800 
m2e - Maven Integration for Eclipse 1.0.0.20110607-2117 
+0

. Benim durumumda, yükleme "Eclipse için Maven Entegrasyonu (Juno ve daha yeni) hile yaptı. –

İlgili konular