diff options
author | Gitelman, Tal (tg851x) <tg851x@intl.att.com> | 2018-03-12 15:13:25 +0200 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2018-03-12 14:22:42 +0000 |
commit | ef21b4191ee2ef103c0d79cf7d8497570672c810 (patch) | |
tree | e1d65ade9b4fee272469f0eb255bbd1922fd0694 /pom.xml | |
parent | c1b666ef958fed2ab60df66d71f5f9cfed244a34 (diff) |
Align sonar coverage for the project
Change-Id: I1f69da1d362b498a7f57b684d41c8c4a0213c2a2
Issue-ID: SDC-1102
Signed-off-by: Gitelman, Tal (tg851x) <tg851x@intl.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -95,8 +95,6 @@ <!--JaCoCO --> <sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin> - <sonar.jacoco.reportPath>${project.basedir}/../target/jacoco.exec</sonar.jacoco.reportPath> - <sonar.jacoco.itReportPath>${project.basedir}/../target/it-jacoco.exec</sonar.jacoco.itReportPath> <sonar.language>java</sonar.language> <!-- Sonar properties --> <sonar.sourceEncoding>${project.build.sourceEncoding}</sonar.sourceEncoding> @@ -271,11 +269,6 @@ <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> <version>0.7.9</version> - <configuration> - <append>true</append> - <destFile>${sonar.jacoco.reportPath}</destFile> - <dataFile>${sonar.jacoco.reportPath}</dataFile> - </configuration> <executions> <execution> <id>default-prepare-agent</id> |