We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6250542 commit 759e751Copy full SHA for 759e751
1 file changed
pom.xml
@@ -348,9 +348,6 @@
348
</profile>
349
<profile>
350
<id>check.sources</id>
351
- <activation>
352
- <activeByDefault>true</activeByDefault>
353
- </activation>
354
<build>
355
<plugins>
356
<plugin>
@@ -368,6 +365,8 @@
368
365
</executions>
369
366
<configuration>
370
367
<logViolationsToConsole>true</logViolationsToConsole>
+ <includeTestSourceDirectory>true</includeTestSourceDirectory>
+ <excludes>target/**</excludes>
371
<checkstyleRules>
372
<module name="Checker">
373
<module name="FileTabCharacter" />
0 commit comments