aboutsummaryrefslogtreecommitdiffstats
path: root/netconfsimulator/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'netconfsimulator/pom.xml')
-rw-r--r--netconfsimulator/pom.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/netconfsimulator/pom.xml b/netconfsimulator/pom.xml
index 35ef1e5..d03c650 100644
--- a/netconfsimulator/pom.xml
+++ b/netconfsimulator/pom.xml
@@ -240,6 +240,28 @@
</execution>
</executions>
</plugin>
+ <plugin>
+ <groupId>org.jacoco</groupId>
+ <artifactId>jacoco-maven-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>prepare-agent</id>
+ <goals>
+ <goal>prepare-agent</goal>
+ </goals>
+ </execution>
+ <execution>
+ <id>report</id>
+ <goals>
+ <goal>report</goal>
+ </goals>
+ <configuration>
+ <dataFile>${project.build.directory}/code-coverage/jacoco.exec</dataFile>
+ <outputDirectory>${project.reporting.outputDirectory}/jacoco-ut</outputDirectory>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
</plugins>
</build>
<profiles>