【发布时间】:2012-12-24 15:07:49
【问题描述】:
在构建带有依赖项的 giraph jar 时,我们收到以下警告。真的不知道如何解决这些问题。我们已经尝试过
使用ProjectArtifact为假
和
解压为真
似乎都有效
任何建议如何解决这些...??
[WARNING] Failure to transfer asm:asm/maven-metadata.xml from file:../../local.repository/trunk was cached in the local repository, resolution will not be reattempted until the update interval of local.repository has elapsed or updates are forced. Original error: Could not transfer metadata asm:asm/maven-metadata.xml from/to local.repository (file:../../local.repository/trunk): No connector available to access repository local.repository (file:../../local.repository/trunk) of type legacy using the available factories WagonRepositoryConnectorFactory
[WARNING] Failure to transfer asm:asm/maven-metadata.xml from file:../../local.repository/trunk was cached in the local repository, resolution will not be reattempted until the update interval of local.repository has elapsed or updates are forced. Original error: Could not transfer metadata asm:asm/maven-metadata.xml from/to local.repository (file:../../local.repository/trunk): No connector available to access repository local.repository (file:../../local.repository/trunk) of type legacy using the available factories WagonRepositoryConnectorFactory
【问题讨论】:
-
代理后面?防火墙?
-
你更改了 settings.xml 吗?
标签: maven-2 maven-3 pom.xml maven-assembly-plugin