deactivated jacoco execution

master
Markus Kreth 8 years ago
parent cf1a58e59a
commit a4ad61d963
  1. 40
      pom.xml

@ -31,26 +31,26 @@
<groupId>org.jacoco</groupId> <groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId> <artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.1</version> <version>0.8.1</version>
<executions> <!-- <executions> -->
<execution> <!-- <execution> -->
<id>default-prepare-agent</id> <!-- <id>default-prepare-agent</id> -->
<goals> <!-- <goals> -->
<goal>prepare-agent</goal> <!-- <goal>prepare-agent</goal> -->
</goals> <!-- </goals> -->
</execution> <!-- </execution> -->
<execution> <!-- <execution> -->
<id>default-report</id> <!-- <id>default-report</id> -->
<goals> <!-- <goals> -->
<goal>report</goal> <!-- <goal>report</goal> -->
</goals> <!-- </goals> -->
</execution> <!-- </execution> -->
<execution> <!-- <execution> -->
<id>default-check</id> <!-- <id>default-check</id> -->
<goals> <!-- <goals> -->
<goal>check</goal> <!-- <goal>check</goal> -->
</goals> <!-- </goals> -->
</execution> <!-- </execution> -->
</executions> <!-- </executions> -->
</plugin> </plugin>
</plugins> </plugins>
</build> </build>

Loading…
Cancel
Save