make javadoc generated files to be ignored by coverage report

This commit is contained in:
Roman Ivanov 2014-12-28 16:26:38 -08:00
parent 09a7ca6041
commit 6d9daa2cdc
2 changed files with 3 additions and 2 deletions

View File

@ -4,7 +4,7 @@ jdk:
- openjdk7
- oraclejdk7
- oraclejdk8
install: mvn clean verify site
after_success:

View File

@ -932,7 +932,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>2.9</version>
<configuration>
<argLine>${argLine} -Duser.language=en -Duser.country=US</argLine>
<argLine>${argLine} -Duser.language=en -Duser.country=US -XX:-UseSplitVerifier</argLine>
</configuration>
</plugin>
@ -945,6 +945,7 @@
<exclude>com/puppycrawl/tools/checkstyle/CheckStyleTask*.class</exclude>
<exclude>com/puppycrawl/tools/checkstyle/doclets/*.class</exclude>
<exclude>com/puppycrawl/tools/checkstyle/grammars/*.class</exclude>
<exclude>com/puppycrawl/tools/checkstyle/grammars/javadoc/*.class</exclude>
<exclude>com/puppycrawl/tools/checkstyle/gui/*.class</exclude>
</excludes>
</configuration>