Skip to content

Commit

Permalink
Upgrade maven-checkstyle-plugin 3.3.0 -> 3.3.1 (#861)
Browse files Browse the repository at this point in the history
  • Loading branch information
Picnic-Bot authored Nov 3, 2023
1 parent a1a865b commit fd150af
Showing 1 changed file with 8 additions and 15 deletions.
23 changes: 8 additions & 15 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>3.3.0</version>
<version>3.3.1</version>
<configuration>
<checkstyleRules>
<!-- We only enable rules that are not enforced by
Expand Down Expand Up @@ -828,22 +828,15 @@
<module name="io.spring.nohttp.checkstyle.check.NoHttpCheck" />
</module>
</checkstyleRules>
<excludeGeneratedSources>true</excludeGeneratedSources>
<failOnViolation>false</failOnViolation>
<includeTestSourceDirectory>true</includeTestSourceDirectory>
<!-- The plugin's "excludes" property accepts an Ant
pattern, but does not match against the full path. So
rather than explicitly excluding generated sources, we
have to explicitly include "original" sources. -->
<sourceDirectories>
<sourceDirectory>${project.build.sourceDirectory}</sourceDirectory>
</sourceDirectories>
<testSourceDirectories>
<testSourceDirectory>${project.build.testSourceDirectory}</testSourceDirectory>
<!-- Refaster input and output test files represent
valid Java code, exposed as resources on the test
classpath. -->
<testSourceDirectory>${basedir}/src/test/resources</testSourceDirectory>
</testSourceDirectories>
<resourceIncludes>**/*</resourceIncludes>
<!-- XXX: The generated
`target/generated-sources/license/THIRD-PARTY.txt`
files are not excluded by the `excludeGeneratedSources`
setting. Consider filing an issue for this. -->
<resourceExcludes>THIRD-PARTY.txt</resourceExcludes>
</configuration>
<dependencies>
<dependency>
Expand Down

0 comments on commit fd150af

Please sign in to comment.