- PR -

Maven2.0でのinstall:install-fileしたライブラリについて

1
投稿者投稿内容
sinh
ベテラン
会議室デビュー日: 2003/01/22
投稿数: 87
投稿日時: 2007-01-11 11:06
sinhと申します。

現在、Maven2.0を勉強しています。
その中で、ibiblioなどで管理されていないライブラリを
mvn install:install-file
でローカルリポジトリに追加しました。
その後、
mvn -e package
でパッケージ化を行おうとすると

[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM).


Project ID: [groupId]:[artifactId]

Reason: Error getting POM for '[groupId]:[artifactId]' from the repository: Error transferring file
[groupId]:[artifactId]om:[version]

from the specified remote repositories:
maven-repository.dev.java.net (https://maven-repository.dev.java.net/nonav/repository),
central (http://repo1.maven.org/maven2)
[INFO] Trace
org.apache.maven.lifecycle.LifecycleExecutionException: Unable to get dependency information: Unable to read the metadata file for artifact [groupId]:[artifactId]:jar': Error getting POM for '[groupId]:[artifactId]:' from the repository: Error transferring file
[groupId]:[artifactId]om:[version]
とエラーが発生してしまうのですが、
発生する原因が分からず困っております。
(mvn -o packageでは正常に動作しております。)
開発環境は
Windows XP
Java 6.0
Maven 2.0.4
ローカルリポジトリ %HOMEPATH%\\\\.m2\\\\repository
です。

よろしくお願いします。
1

スキルアップ/キャリアアップ(JOB@IT)