首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > 编程 >

m2e一个插件有关问题解决办法

2013-08-01 
m2e一个插件问题解决方法每次重新下载elipse之后建立maven工程都会出现如下错误Plugin execution not cove

m2e一个插件问题解决方法
    每次重新下载elipse之后建立maven工程都会出现如下错误

Plugin execution not covered by lifecycle configuration: org.apache.maven.plugins:maven-compiler-plugin:2.3.2:testCompile (execution: default-testCompile, phase: test-compile)pom.xml/toolsMaven Project Build Lifecycle Mapping Problemline 8

    不太记得以前怎么解决的,现在找到一种解决方法,记录下来,以供参考
在下面这个网址有很多pluginshttp://nexus.tesla.io:8081/nexus/content/sites/m2e.extras/其中有一个是m2e-1.4-with-indigo,在eclipse的help->Install New Software中安装下面这个就可以了http://nexus.tesla.io:8081/nexus/content/sites/m2e.extras/m2e-1.4-with-indigo/

热点排行