ワークスペースをビルドすると、Java 6 Maven プロジェクトにエラー (Maven の問題) が表示されます。
Could not calculate build plan: The repository system is offline but the artifact org.apache.maven.surefire:surefire:pom:2.7.1 is not available in the local repository.
奇妙に感じるのは、真の依存関係が org.apache.maven.surefire:maven-surefire-plugin であるのに、org.apache.maven.surefire:surefire を検索していることです。
私の有効なポンは次のように表示されています:
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.7.1</version>
<executions>
m2eclipse プラグインで Eclipse Indigo を使用しています。また、Maven ゴールを実行すると正しくコンパイルされます。プロジェクトのクリーニング、再インポート、.metadata ファイルのクリアを試みました。この振る舞いはどこから来たのですか?ありがとう