プロジェクトをビルドしようとしています(mvn cleanでローカルリポジトリをクリアしました)が、以下のエラーが表示されます。文法はすごいですし、私はそれが何を得ているのか分からない、誰も私のためにそれに光を当てることができますか?Mavenビルドエラー
[ERROR] Failed to execute goal on project ear: Could not resolve dependencies for project
com.htu:ear:ear:0.0.1-SNAPSHOT: Failure to find com.htu:web:war:0.0.1-SNAPSHOT in
http://repository.jboss.com/maven2 was cached in the local repository, resolution will not
be reattempted until the update interval of jboss has elapsed or updates are forced ->
[Help 1]
ソフトウェアバージョン、FWIW:事前に
$ mvn -version
Apache Maven 3.0.1 (r1038046; 2010-11-23 10:58:32+0000)
Java version: 1.6.0_22
Java home: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
Default locale: en_US, platform encoding: MacRoman
OS name: "mac os x" version: "10.6.5" arch: "x86_64" Family: "mac"
ありがとう!