summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorViswanath KSP <viswanath.kumarskandpriya@verizon.com>2017-08-22 14:18:50 +0000
committerViswanath KSP <viswanath.kumarskandpriya@verizon.com>2017-08-22 14:25:12 +0000
commit3144162991b83e3c4f3d1a240a65d8497042c718 (patch)
tree3a175689da9ec741755376d0ba145f54cd06fc00 /pom.xml
parentc53fa990ea27ec074859eb94bcb7ec6deaa2157b (diff)
Resolved pom.xml in engine
Change-Id: Ie8b923035fa7a19047f9bae7f939e27ed45e1bf1 Issue-Id: POLICY-175 Signed-off-by: Viswanath KSP <viswanath.kumarskandpriya@verizon.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml29
1 files changed, 0 insertions, 29 deletions
diff --git a/pom.xml b/pom.xml
index 34d94b83c..5c1fdb188 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,13 +25,6 @@
<project.target.version>1.8</project.target.version>
<project.encoding>UTF-8</project.encoding>
- <sonar.language>java</sonar.language>
- <sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
- <sonar.surefire.reportsPath>${project.build.directory}/surefire-reports</sonar.surefire.reportsPath>
- <sonar.jacoco.reportPath>${project.build.directory}/coverage-reports/jacoco.exec</sonar.jacoco.reportPath>
- <sonar.jacoco.itReportPath>/opt/app/policy/it-results/jacoco-it.exec</sonar.jacoco.itReportPath>
- <sonar.jacoco.reportMissing.force.zero>true</sonar.jacoco.reportMissing.force.zero>
- <sonar.projectVersion>${project.version}</sonar.projectVersion>
<common-modules.version>1.1.0-SNAPSHOT</common-modules.version>
<nexusproxy>https://nexus.onap.org</nexusproxy>
<sitePath>/content/sites/site/${project.groupId}/${project.artifactId}/${project.version}</sitePath>
@@ -184,28 +177,6 @@
<version>4.20</version>
</plugin>
<plugin>
- <groupId>org.jacoco</groupId>
- <artifactId>jacoco-maven-plugin</artifactId>
- <version>0.7.6.201602180812</version>
- <configuration>
- <dumpOnExit>true</dumpOnExit>
- <includes>
- <include>org.onap.*</include>
- </includes>
- </configuration>
- <executions>
- <execution>
- <id>jacoco-initialize-unit-tests</id>
- <goals>
- <goal>prepare-agent</goal>
- </goals>
- <configuration>
- <destFile>${project.build.directory}/coverage-reports/jacoco.exec</destFile>
- </configuration>
- </execution>
- </executions>
- </plugin>
- <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.6</version>