diff options
author | Viswanath KSP <viswanath.kumarskandpriya@verizon.com> | 2017-08-22 14:18:50 +0000 |
---|---|---|
committer | Viswanath KSP <viswanath.kumarskandpriya@verizon.com> | 2017-08-22 14:25:12 +0000 |
commit | 3144162991b83e3c4f3d1a240a65d8497042c718 (patch) | |
tree | 3a175689da9ec741755376d0ba145f54cd06fc00 /pom.xml | |
parent | c53fa990ea27ec074859eb94bcb7ec6deaa2157b (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.xml | 29 |
1 files changed, 0 insertions, 29 deletions
@@ -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> |