mven仓库jar包问题
洛丹伦的夜 2016-01-28 05:48:39 我从git上拉了个项目,mven项目,因为要新增加的jar包太多,就把我同事的repository文件拷过来了,和我本地仓库的repository文件夹合并了。然后 用mvn compile报错
D:\Workspace\openapi\adam>mvn compile
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.cafe:adam:war:0.0.1
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-surefire-plugin is missing. @ line 246, column 12
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building adam 0.0.1
[INFO] ------------------------------------------------------------------------
[WARNING] Could not transfer metadata ailk.easyframe:common-orm:1.9.0-SNAPSHOT/maven-metadata.xml from/to central (*): Cannot access * with type default using the available connector factories: BasicRepositoryC
onnectorFactory
[WARNING] Failure to transfer ailk.easyframe:common-orm:1.9.0-SNAPSHOT/maven-metadata.xml from * was cached in the local repository, resolution will not be reattempted until the update interval of central has e
lapsed or updates are forced. Original error: Could not transfer metadata ailk.easyframe:common-orm:1.9.0-SNAPSHOT/maven-metadata.xml from/to central (*): Cannot access * with type default using the available c
onnector factories: BasicRepositoryConnectorFactory
[WARNING] Could not transfer metadata ailk.easyframe:easyframe-core:1.9.0-SNAPSHOT/maven-metadata.xml from/to central (*): Cannot access * with type default using the available connector factories: BasicReposit
oryConnectorFactory
[WARNING] Could not transfer metadata ailk.easyframe:easyframe:1.9.0-SNAPSHOT/maven-metadata.xml from/to central (*): Cannot access * with type default using the available connector factories: BasicRepositoryCo
nnectorFactory
[WARNING] Could not transfer metadata ailk.easyframe:common-core:1.9.0-SNAPSHOT/maven-metadata.xml from/to central (*): Cannot access * with type default using the available connector factories: BasicRepository
ConnectorFactory
//中间一大堆类似的就不贴出来了
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.304 s
[INFO] Finished at: 2016-01-28T17:17:31+08:00
[INFO] Final Memory: 9M/148M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project adam: Could not resolve dependencies for project org.cafe:adam:war:0.0.1: Failed to collect dependencies at ailk.easyframe:cpf-ts-interface:jar:1.9.0-SNAPSHOT -> ailk.e
asyframe:0-log4j-property:jar:1.1-SNAPSHOT: Failed to read artifact descriptor for ailk.easyframe:0-log4j-property:jar:1.1-SNAPSHOT: Could not transfer artifact ailk.easyframe:adapters:pom:1.8.6-RELEASE from/to
central (*): Cannot access * with type default using the available connector factories: BasicRepositoryConnectorFactory: Cannot access * using the registered transporter factories: WagonTransporterFactory: Uns
upported transport protocol -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
这是个什么报错,我试过把本地文件夹删掉再从新编译,但还是报错,哪位大虾指导下啊