Fix sonar-maven-plugin version mismatch 35/25335/1
authorHockla, Ali (ah999m) <ah999m@att.com>
Fri, 1 Dec 2017 20:08:51 +0000 (14:08 -0600)
committerHockla, Ali (ah999m) <ah999m@att.com>
Fri, 1 Dec 2017 20:15:45 +0000 (14:15 -0600)
Removed the sonar-maven-plugin tag from drools-pdp/pom.xml as it contained
a different groupId than the one in oparent.

Change-Id: Ibb8e798a4360eaa78c7e2430a398a1b71b9174f6
Issue-ID: POLICY-485
Signed-off-by: Hockla, Ali (ah999m) <ah999m@att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index b5f3562..8e25b61 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                                <artifactId>jacoco-maven-plugin</artifactId>
                        </plugin>
 
-                       <plugin>
-                               <groupId>org.codehaus.mojo</groupId>
-                               <artifactId>sonar-maven-plugin</artifactId>
-                       </plugin>       
                        
                </plugins>
                <pluginManagement>