MAVEN项目导入我的工程错误。。
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了MAVEN项目导入我的工程错误。。相关的知识,希望对你有一定的参考价值。
No plugin found for prefix 'war' in the current project and in the plugin groups [] available
from the repositories [local (D:\mawen\Repositoy), central (http://repo1.maven.org/m
和
CoreException: Could not calculate build plan: Plugin org.apache.maven.plugins:maven-compiler-
plugin:2.3.2 or one of its dependencies could not be resolved: Failed to read artifact descriptor for
org.apache.maven.plugins:maven-compiler-plugin:jar:2.3.2: UnresolvableModelException: Failure to
transfer org.apache.maven.plugins:maven-plugins:pom:18 from http://repo1.maven.org/maven2
was cached in the local repository, resolution will not be reattempted until the update interval of
central has elapsed or updates are forced. Original error: Could not transfer artifact
org.apache.maven.plugins:maven-plugins:pom:18 from/to central (http://repo1.maven.org/maven2):
No response received after 60000
这两个问题怎么解决 谢谢。。
1.resouces-plugin一般是用在maven的resource生命周期的,配置标签应该用<build><plugins><plugin>
2.install是不会往某个目录下拷贝多余的jar包的,除非你们有绑定任务到该阶段,我猜这些jar是在resource阶段拷过去的或者lib目录是你的本地maven库?
贴出你的POM配置和报错信息看下 参考技术A 插件的一些依赖jar没有下载正确,http://repo1.maven.org/ 用 http://search.maven.org/ 代替下试试来自:求助得到的回答 参考技术A 你的这个问题解决了吗? 是怎么解决的,求解。。。。。。
怎么导入maven library
参考技术A maven工程jar包导入eclipse的方法: 1、点击pom.xml文件.我们可以看到下面有7个标签。 2、现在添加jar包:点击Dependencies标签页,点击Dependencies中的add按钮 3、搜索mongodb,显示如下图 4、添加完成后,在Dependencies页签可以进行管理本回答被提问者采纳 参考技术B 倒到哪里去?以上是关于MAVEN项目导入我的工程错误。。的主要内容,如果未能解决你的问题,请参考以下文章
idea导入的maven工程,每个实体中类名就会变红 啥原因