6
Eclipse用Mavenプラグインをインストールしようとしていますが、このエラーが発生しています。Eclipse - Mavenインストールエラー
私は、Web開発者のための
のEclipseのJava EE IDEを使用しています。 バージョン:インディゴリリース ビルドID:20110615-0604 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]
あなたは単にm2eclipseバージョン0.12.xをアンインストールしてからインストールを再試行する必要があり
http://imageshack.us/f/823/eclipsse.jpg/
私はEclipseのケプラーを使用しています。 私の場合、「Maven Integration for Eclipse(Juno以降)」をインストールするのはやりました。 –