0

「mvn package」を試みた後、このメッセージが表示されます。Google Collections jar の取得に問題があるようですが、それが唯一の問題かどうかはわかりません。

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2.3:single (make-assembly) on project recommender:
  Execution make-assembly of goal org.apache.maven.plugins:maven-assembly-plugin:2.3:single failed:
  Plugin org.apache.maven.plugins:maven-assembly-plugin:2.3 or one of its dependencies could not be resolved:
  Failed to collect dependencies for org.apache.maven.plugins:maven-assembly-plugin:jar:2.3 ():
  Failed to read artifact descriptor for com.google.collections:google-collections:jar:1.0:
  Could not transfer artifact com.google.collections:google-collections:pom:1.0 from/to central (http://repo1.maven.org/maven2): 
  Specified destination directory cannot be created: /Users/danquach/.m2/repository/com/google/collections/google-collections/1.0 -> [Help 1]
4

1 に答える 1

1

元のエラーはローカルの問題である必要があります。

Specified destination directory cannot be created:
/Users/danquach/.m2/repository/com/google/collections/google-collections/1.0
  • ドライブがいっぱいですか?
  • このパスへの書き込みアクセス権はありますか?

/Users/danquach/.m2/repository/com/google/collectionsmavenの作成と呼び出しを再度試みることができます。

于 2012-04-23T17:57:26.970 に答える