gwt 2.4 アプリケーションで helios から maven に移行しようとしました。だから私はここの手順に従い始めました: http://code.google.com/p/google-web-toolkit/wiki/WorkingWithMaven
しかし、ステップ 3 - 「build-helper-maven-plugin 用の m2e コネクタ」機能をインストールすると、Eclipse からエラーが発生します。
Cannot complete the install because one or more required items could not be found.
Software being installed: m2e connector for build-helper-maven-plugin 0.15.0.201109290002 (org.sonatype.m2e.buildhelper.feature.feature.group 0.15.0.201109290002)
Missing requirement: m2e connector for build-helper-maven-plugin 0.15.0.201109290002 (org.sonatype.m2e.buildhelper 0.15.0.201109290002) requires 'bundle org.eclipse.m2e.jdt [1.1.0,1.2.0)' but it could not be found
Cannot satisfy dependency:
From: m2e connector for build-helper-maven-plugin 0.15.0.201109290002 (org.sonatype.m2e.buildhelper.feature.feature.group 0.15.0.201109290002)
To: org.sonatype.m2e.buildhelper [0.15.0.201109290002]
そのための回避策はありますか、それとも何か間違ったことをしましたか?