Update pom.xml

This commit is contained in:
Daniele Gerbaldo 2024-03-26 04:09:45 +01:00 committed by GitHub
parent 39e1b79d8a
commit 33b052d5f6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

16
pom.xml
View file

@ -193,22 +193,6 @@
</dependency> </dependency>
</dependencies> </dependencies>
<executions> <executions>
<execution>
<id>nohttp-checkstyle-validation</id>
<phase>validate</phase>
<configuration>
<configLocation>src/checkstyle/nohttp-checkstyle.xml</configLocation>
<sourceDirectories>${basedir}</sourceDirectories>
<includes>**/*</includes>
<excludes>**/.git/**/*,**/.idea/**/*,**/target/**/,**/.flattened-pom.xml,**/*.class</excludes>
<propertyExpansion>
config_loc=${basedir}/src/checkstyle/
</propertyExpansion>
</configuration>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions> </executions>
</plugin> </plugin>
<plugin> <plugin>