diff options
author | Jerry Flood <jflood@att.com> | 2019-04-17 14:54:16 -0400 |
---|---|---|
committer | Jerry Flood <jflood@att.com> | 2019-04-17 14:54:27 -0400 |
commit | f51670bdc0a71789176ef7b29c8fb72d0c3e43d5 (patch) | |
tree | 981b74f53f647410871fae8bba94275d1eee2224 /cmso-robot/pom.xml | |
parent | 52383d23af47d2c27121486d38d5728b90263e18 (diff) |
Add cmso-sonar to generate jacoco files
Issue-ID: OPTFRA-474
Change-Id: I0a1cd03708fda09255ada655df727acfa7498d09
Signed-off-by: Jerry Flood <jflood@att.com>
Diffstat (limited to 'cmso-robot/pom.xml')
-rw-r--r-- | cmso-robot/pom.xml | 26 |
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>
|