读书人

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

发布时间: 2013-08-01 15:23:18 作者: rapoo

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/

读书人网 >编程

热点推荐