标签:date warnings war ase ips 遇到 pom.xml col 1.5
前言:
1,导入maven项目有红叉
2,pom.xml出错
正文:
1,导入maven项目有红叉
右键项目 → maven → update project
2,pom.xml出错:error:Plugin execution not covered by lifecycle configuration: org.codehaus.mojo:exec-maven-plugin:1.5.0:exec (execution: node, phase: compile)
方法1:命令行窗口:mvn clean → mvn eclipse:clean → mvn eclipse:eclipse
方法2:windows->Preferences->Maven->Error/Warnings下Ignore掉这个 plugin execution错误
参考博客:
eclipse导入maven项目有红叉及pom.xml出错的问题的解决 - Jennifer Bai - CSDN博客
https://blog.csdn.net/baijingfeng_1/article/details/79507931
标签:date warnings war ase ips 遇到 pom.xml col 1.5
原文地址:https://www.cnblogs.com/huashengweilong/p/10808334.html