引入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

排除他就可以啦

0
1
慕运维5275090
老师,请问排除是怎么操作
2020-02-02
共1条回复

RocketMQ核心技术精讲与高并发抗压实战

理论+实战,系统掌握RocketMQ核心技术, 挑战高并发抗压实战

1182 学习 · 304 问题

查看课程