Skip to content

Commit 759e751

Browse files
committed
removed auto activation due to travis problems, included test sources
1 parent 6250542 commit 759e751

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -348,9 +348,6 @@
348348
</profile>
349349
<profile>
350350
<id>check.sources</id>
351-
<activation>
352-
<activeByDefault>true</activeByDefault>
353-
</activation>
354351
<build>
355352
<plugins>
356353
<plugin>
@@ -368,6 +365,8 @@
368365
</executions>
369366
<configuration>
370367
<logViolationsToConsole>true</logViolationsToConsole>
368+
<includeTestSourceDirectory>true</includeTestSourceDirectory>
369+
<excludes>target/**</excludes>
371370
<checkstyleRules>
372371
<module name="Checker">
373372
<module name="FileTabCharacter" />

0 commit comments

Comments
 (0)