CoreException:CouldnotgetthevalueforparametercompilerIdforpluginexecutiondefault-compile:PluginResolutionException:Pluginorg.apache.maven.plugins:maven-compiler-plugin:3.1oroneofitsdependenciescouldnotberesolved:Thefollowingartifactscouldnotberesolved:com.google.code.findbugs:jsr305:jar:2.0.1,org.codehaus.plexus:plexus-compiler-api:jar:2.2:Failuretotransfercom.google.code.findbugs:jsr305:jar:2.0.1fromhttp://repo.maven.apache.org/maven2wascachedinthelocalrepository,resolutionwillnotbereattempteduntiltheupdateintervalofcentralhaselapsedorupdatesareforced.Originalerror:Couldnottransferartifactcom.google.code.findbugs:jsr305:jar:2.0.1from/tocentral(http://repo.maven.apache.org/maven2):Theoperationwascancelled.
如何看到详细的错误信息?
过程如下(这个问题不容易复现,应该是属于偶然性的因网络引起的问题):
双击打开有错误的pom.xml文件,Overview视图,如下图红框标识的位置就会显示错误信息,
鼠标左键单击错误信息就会显示出下图所示的详细信息,也可能是后边标题为“Problems in the POM”对话框显示的详细信息
点击如下图所示的链接可以定位到POM文件对应的位置
网上有资料说是在“<build>”和“<plugins>”标签之间添加“<pluginManagement>”,我加了也不起作用,但也没有什么负作用
只怪自己英文太差,认真分析理解错误信息的意思,应该就是缺少对应的JAR文件,去配置的Maven本地“Repo”目录下搜索
很明显,缺少“plexus-compiler-api-2.2.jar”文件,由于网络原因下载失败了。
返回上一级目录,删除“2.2”文件夹。
修改“POM.xml”,随便在空白处添加或删除一个空格,保存文件,触发更新事件!
可能由于相同的原因,导致多个包下载失败或缺失,都使用相同的方法解决即可。
或者将所有jar删掉,重新使用maven下载!
如果你不是这个错误,以下链接或许可以帮到你:
http://ljhzzyx.blog.163.com/blog/static/383803122013440345857/
http://liwenqiu.me/blog/2012/12/19/maven-lifecycle-mapping-not-converted/
http://wiki.eclipse.org/M2E_plugin_execution_not_covered
原文地址:http://blog.csdn.net/testcs_dn/article/details/38818581
相关推荐
CoreException核心异常捕捉及处理框架!####框架特性:>1.使用Swizzle技术,捕捉常见异常。>2.提供了完善的异常处理。>3.提供了详细的异常说明,让你看见异常发生地。CoreException 核心异常捕捉及处理框架!
ILocalSite localSite = UpdateManager.getDefault().getLocalSite(); // 创建一个新站点 URL updateSiteURL = new URL("http://your-update-site.com/"); // 替换为实际更新站点 IConfiguredSite site = Update...
@RequestMapping(value = Constants.ADMIN + "/addVipFeeList", method = RequestMethod.POST) @ResponseBody // 表示返回的是JSON格式的数据 public Map, Object> addVipFeeList(@RequestBody List<VipFee> ...
全局函数get_instance()获取当前控制器单例(如果是直接跑的路由callback那这个就没意义了) \YAMini\controller中插入了trait \YAMini\loader 和 \YAMini\uri \YAMini\loader中实现了加载类实例化工厂,基于static...
oracle.core.lmx.CoreException.class oracle.core.lmx.LmxRepConversion.class oracle.core.lvf.VersionMgr.class oracle.jdbc.Const.class oracle.jdbc.OracleCallableStatement.class oracle.jdbc.Oracle...