Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

How can I filter/exclude a package from coverage report?

caduandrade May 15, 2013

Hi...

How can I filter/exclude a package from coverage report?

my pom is:

<build>
...
<plugin>
<groupId>com.atlassian.maven.plugins</groupId>
<artifactId>maven-clover2-plugin</artifactId>
<configuration>
<excludes>
<exclude>nothing here is working, even "*.java"</exclude>
</excludes>
</configuration>
</plugin>
</build>

1 answer

0 votes
Marek Parfianowicz
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
May 15, 2013

Could you give a specific example of the pattern put into <exclude>?

The "*.java" does not seem to be correct. It should rather be "**/*.java".

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events