3

Eclipse に MAVEN プラグインをインストールしようとしました: プロセスは...

Eclipse3.5版では...

ヘルプ->新しいソフトウェアのインストール-->追加-->

名前=Maven URL=http://m2eclipse.sonatype.org/sites/m2e -->ok

次に、以下のエラーが発生しました

Cannot complete the install because one or more required items could not be found.
  Software being installed: Maven Integration for Eclipse (Required) 0.12.1.20110112-1712 (org.maven.ide.eclipse.feature.feature.group 0.12.1.20110112-1712)
  Missing requirement: Maven Integration for Eclipse (Editors) 0.12.1.20110112-1712 (org.maven.ide.eclipse.editor 0.12.1.20110112-1712) requires 'bundle org.eclipse.zest.core 0.0.0' but it could not be found
  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.editor [0.12.1.20110112-1712]

私を助けてください。

4

1 に答える 1

2

Indigo リリースの時点で、M2E に必要な個別の Sonatype 更新側はなくなりました。M2E は、構成済みの「Indigo」更新サイトにあります。

Eclipse 内から、[ヘルプ] -> [新しいソフトウェアのインストール] メニュー項目を選択します。「Indigo」アップデート サイトを選択します。

サイトを選択した後、この [インストール] ダイアログの表でソフトウェアの選択肢が展開されるまでに、最大で 1 分ほどかかる場合があります。Eclipse がソフトウェアの選択肢をダウンロードしたら、[汎用ツール] の下の [M2E - Maven Integration for Eclipse] を選択します。インストールを完了し、Eclipse を再起動します。

于 2012-04-03T12:55:53.613 に答える