aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorViswanath Kumar Skand Priya <viswanath.kumarskandpriya@verizon.com>2017-08-22 11:54:33 +0000
committerViswanath Kumar Skand Priya <viswanath.kumarskandpriya@verizon.com>2017-08-22 12:30:35 +0000
commit9356ffd28172c6cd0ea3ce80c4a49f4d8525bb30 (patch)
tree5102cf040354aea02a31c77840e5f4f162bc7d0c /pom.xml
parent88c788ee590aeff3e408338ad99df004a1213371 (diff)
Adding changes to resolve pom.xml
Issue-ID: POLICY-175 Change-Id: I3be1db6fdc1e070aff98c99fa9089a946ef7d6a3 Signed-off-by: Viswanath KSP <viswanath.kumarskandpriya@verizon.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml37
1 files changed, 0 insertions, 37 deletions
diff --git a/pom.xml b/pom.xml
index feed1fd4..4858e2f1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,16 +55,6 @@
<hibernate.core.version>5.2.10.Final</hibernate.core.version>
<hibernate.commons.annotations.version>5.0.1.Final</hibernate.commons.annotations.version>
- <sonar.plugin.version>3.2</sonar.plugin.version>
- <jacoco.plugin.version>0.7.9</jacoco.plugin.version>
-
- <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.reportMissing.force.zero>false</sonar.jacoco.reportMissing.force.zero>
- <sonar.projectVersion>${project.version}</sonar.projectVersion>
-
<nexusproxy>https://nexus.onap.org</nexusproxy>
<sitePath>/content/sites/site/${project.groupId}/${project.artifactId}/${project.version}</sitePath>
<releases.path>content/repositories/releases/</releases.path>
@@ -266,33 +256,6 @@
</plugins>
<pluginManagement>
<plugins>
- <plugin>
- <groupId>org.jacoco</groupId>
- <artifactId>jacoco-maven-plugin</artifactId>
- <version>${jacoco.plugin.version}</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.codehaus.mojo</groupId>
- <artifactId>sonar-maven-plugin</artifactId>
- <version>${sonar.plugin.version}</version>
- </plugin>
<plugin>
<groupId>org.eclipse.m2e</groupId>
<artifactId>lifecycle-mapping</artifactId>