Adding changes to resolve pom.xml
[policy/drools-pdp.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index feed1fd..4858e2f 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                <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>
                </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>