引入rocketmq-console-ng项目pom文件报红线 <execution>这里
来源:2-8 RocketMQ控制台使用介绍

慕虎7937911
2019-10-01
Plugin execution not covered by lifecycle configuration: org.apache.maven.plugins:maven-checkstyle-plugin:2.17:check (execution: validate, phase: validate)
<executions>
<execution>
<id>validate</id>
<phase>validate</phase>
<configuration>
<excludes>src/main/resources</excludes>
<configLocation>style/rmq_checkstyle.xml</configLocation>
<encoding>UTF-8</encoding>
<consoleOutput>true</consoleOutput>
<failsOnError>true</failsOnError>
</configuration>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
1回答
-
阿神
2019-10-11
排除他就可以啦
012020-02-02
相似问题