Skip to content

Commit

Permalink
jacoco activated again
Browse files Browse the repository at this point in the history
  • Loading branch information
oboehm committed May 1, 2017
1 parent d9ee20f commit 6292bd3
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions pom.xml
Expand Up @@ -71,30 +71,30 @@
</plugin>

<!-- Code Coverage -->
<!--<plugin>-->
<!--<groupId>org.jacoco</groupId>-->
<!--<artifactId>jacoco-maven-plugin</artifactId>-->
<!--<version>0.7.9</version>-->
<!--<executions>-->
<!--<execution>-->
<!--<id>default-prepare-agent</id>-->
<!--<goals>-->
<!--<goal>prepare-agent</goal>-->
<!--</goals>-->
<!--</execution>-->
<!--<execution>-->
<!--<id>default-report</id>-->
<!--<goals>-->
<!--<goal>report</goal>-->
<!--</goals>-->
<!--</execution>-->
<!--</executions>-->
<!--</plugin>-->
<!--<plugin>-->
<!--<groupId>org.eluder.coveralls</groupId>-->
<!--<artifactId>coveralls-maven-plugin</artifactId>-->
<!--<version>4.3.0</version>-->
<!--</plugin>-->
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.7.9</version>
<executions>
<execution>
<id>default-prepare-agent</id>
<goals>
<goal>prepare-agent</goal>
</goals>
</execution>
<execution>
<id>default-report</id>
<goals>
<goal>report</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.eluder.coveralls</groupId>
<artifactId>coveralls-maven-plugin</artifactId>
<version>4.3.0</version>
</plugin>

<!--
Maven Site Plugin
Expand Down

0 comments on commit 6292bd3

Please sign in to comment.