Skip to content

Commit

Permalink
exclude test-components from coverage analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
olaurino committed Nov 25, 2015
1 parent 57776dd commit 38ca5c0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pom.xml
Expand Up @@ -166,6 +166,15 @@
</configuration>
</plugin>

<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<configuration>
<excludes>
<exclude>${sonar.exclusions}</exclude>
</excludes>
</configuration>
</plugin>
</plugins>

<pluginManagement>
Expand Down

0 comments on commit 38ca5c0

Please sign in to comment.