Maven2利用時に遭遇する問題について記述します。
Maven2実行時に次のようなエラーが発生する
[INFO] Failed to resolve artifact. GroupId: maven-surefire-plugin ArtifactId: surefire-booter Version: 1.4 Reason: Unable to download the artifact from any repository maven-surefire-plugin:surefire-booter:1.4:jar from the specified remote repositories: central (http://repo1.maven.org/maven2), snapshots (http://snapshots.maven.codehaus.org/maven2)
repo1.maven.orgが落ちている場合はどうしようも無い。orz
他の環境の${HOME}/.m2/repositoryに必要な依存ライブラリがある場合は、そこから自分の環境へ手動コピーして凌ぐ方法もある。