We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e28bfa commit 2b107bdCopy full SHA for 2b107bd
pom.xml
@@ -964,6 +964,14 @@
964
<skipTests>true</skipTests>
965
</configuration>
966
</plugin>
967
+ <plugin>
968
+ <groupId>org.apache.maven.plugins</groupId>
969
+ <artifactId>maven-checkstyle-plugin</artifactId>
970
+ <version>3.0.0</version>
971
+ <configuration>
972
+ <skip>true</skip>
973
+ </configuration>
974
+ </plugin>
975
</plugins>
976
</build>
977
</profile>
0 commit comments