aboutsummaryrefslogtreecommitdiffstats
path: root/cmso-robot/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'cmso-robot/pom.xml')
-rw-r--r--cmso-robot/pom.xml26
1 files changed, 0 insertions, 26 deletions
diff --git a/cmso-robot/pom.xml b/cmso-robot/pom.xml
index 89c6019..8146afd 100644
--- a/cmso-robot/pom.xml
+++ b/cmso-robot/pom.xml
@@ -136,32 +136,6 @@
</execution>
</executions>
</plugin>
- <plugin>
- <groupId>org.jacoco</groupId>
- <artifactId>jacoco-maven-plugin</artifactId>
- <executions>
- <execution>
- <id>post-integration-test</id>
- <phase>post-integration-test</phase>
- <goals>
- <goal>report</goal>
- </goals>
- <configuration>
- <dataFile>${project.basedir}/target/code-coverage/service.jacoco.exec</dataFile>
- <outputDirectory>${project.basedir}/target/site/jacoco-it</outputDirectory>
- <includes>
- <include>service/**</include>
- </includes>
- <excludes>
- <exclude>**/gen/**</exclude>
- <exclude>**/generated-sources/**</exclude>
- <exclude>**/yang-gen/**</exclude>
- <exclude>**/pax/**</exclude>
- </excludes>
- </configuration>
- </execution>
- </executions>
- </plugin>
</plugins>
<finalName>optf-cmso-robot</finalName>
</build>