Skip to content

Commit 43d9fdf

Browse files
ctruedenimagejan
andcommitted
Add default jacoco-maven-plugin configuration
See #15. Co-authored-by: Jan Eglinger <jan.eglinger@fmi.ch>
1 parent f1a6c3b commit 43d9fdf

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

pom.xml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -626,6 +626,21 @@
626626
<groupId>org.jacoco</groupId>
627627
<artifactId>jacoco-maven-plugin</artifactId>
628628
<version>${jacoco-maven-plugin.version}</version>
629+
<executions>
630+
<execution>
631+
<id>jacoco-initialize</id>
632+
<goals>
633+
<goal>prepare-agent</goal>
634+
</goals>
635+
</execution>
636+
<execution>
637+
<id>jacoco-site</id>
638+
<phase>package</phase>
639+
<goals>
640+
<goal>report</goal>
641+
</goals>
642+
</execution>
643+
</executions>
629644
</plugin>
630645

631646
<!--

0 commit comments

Comments
 (0)