make javadoc generated files to be ignored by coverage report
This commit is contained in:
parent
09a7ca6041
commit
6d9daa2cdc
|
|
@ -4,7 +4,7 @@ jdk:
|
|||
- openjdk7
|
||||
- oraclejdk7
|
||||
- oraclejdk8
|
||||
|
||||
|
||||
install: mvn clean verify site
|
||||
|
||||
after_success:
|
||||
|
|
|
|||
3
pom.xml
3
pom.xml
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue