Skip to content

Commit

Permalink
Suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan202 committed Oct 26, 2023
1 parent 0031232 commit 10ea908
Showing 1 changed file with 6 additions and 14 deletions.
20 changes: 6 additions & 14 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -828,22 +828,14 @@
<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>
<!-- The `target/generated-sources/license/THIRD-PARTY.txt`
files are generated, but not excluded by the
`excludeGeneratedSources` setting. -->
<resourceExcludes>THIRD-PARTY.txt</resourceExcludes>
</configuration>
<dependencies>
<dependency>
Expand Down

0 comments on commit 10ea908

Please sign in to comment.