Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
[错误] 未知的生命周期阶段“运行”。您必须在格式中指定有效的生命周期阶段或目标
我认为您正在使用 Maven 无法识别的“运行”。clean install仅使用
clean install
我解决了根本原因:POM 文件结果的执行标记中未正确定义生命周期的各个阶段,抛出错误:[错误] 未知生命周期阶段“运行”。您必须在格式中指定有效的生命周期阶段或目标