pom.xml中packaging标签处有错误
请教一个问题,我使用的是eclipse4.3的版本,所有就没有安装maven插件,直接创建maven项目之后,pom.xml文件上<packaging>标签处有一个红叉,这个红叉不影响项目最终的编译和测试和打包。以及下一节生成souce的jar包都没有问题。想知道为什么有红叉?
错误内容如下:
Plugin execution not covered by lifecycle configuration: org.apache.maven.plugins:maven-compiler-
plugin:2.3.2:compile (execution: default-compile, phase: compile)
- 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文件,在里面讲不识别的compile以及testCompile插件注册进去,将项目右键-maven-Update Project-强制更新之后,红叉依旧存在。希望您提示一下。
又按照视频中的提示在线安装了插件,进行了一些配置,新建项目依旧是有那个×,望提示。