Update pom.xml

This commit is contained in:
andreas-ost 2020-12-22 16:36:51 +01:00 committed by GitHub
parent 8065ad00e2
commit c84a47f97b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -157,6 +157,7 @@
<id>nohttp-checkstyle-validation</id> <id>nohttp-checkstyle-validation</id>
<phase>validate</phase> <phase>validate</phase>
<configuration> <configuration>
<skip>true</skip> <!--Skip the checkstyle -->
<configLocation>src/checkstyle/nohttp-checkstyle.xml</configLocation> <configLocation>src/checkstyle/nohttp-checkstyle.xml</configLocation>
<suppressionsLocation>src/checkstyle/nohttp-checkstyle-suppressions.xml</suppressionsLocation> <suppressionsLocation>src/checkstyle/nohttp-checkstyle-suppressions.xml</suppressionsLocation>
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>