Skip to content

Commit 2b107bd

Browse files
committed
Skip checkstyle on provisional builds
1 parent 2e28bfa commit 2b107bd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -964,6 +964,14 @@
964964
<skipTests>true</skipTests>
965965
</configuration>
966966
</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>
967975
</plugins>
968976
</build>
969977
</profile>

0 commit comments

Comments
 (0)