Maven2トラブルシューティング

Maven2利用時に遭遇する問題について記述します。

artifactをダウンロードできない

現象

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に必要な依存ライブラリがある場合は、そこから自分の環境へ手動コピーして凌ぐ方法もある。

コメント



トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS