我在使用maven target checkstyle运行jenkins时遇到此错误:checkstyle:
[CHECKSTYLE]找不到mojo checkstyle的报告
使用版本3.0.0 for maven checkstyle, 1.7 for jdk
这是来自pom.xml的代码:
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>3.0.0</version>
<configuration>
<configLocation>file://${basedir}/checkstyle.xml</configLocation>
</configuration>
</plugin>
<plugin>