summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorHockla, Ali (ah999m) <ah999m@att.com>2017-12-01 14:08:51 -0600
committerHockla, Ali (ah999m) <ah999m@att.com>2017-12-01 14:15:45 -0600
commit6b6f00cc3e499659a65fc8fe20a5e5f0cd72482b (patch)
tree5216728732295702cbae11c0bc2c7265b8029ad6 /pom.xml
parent97fbe2bcc75b1b42745567e10351967ef962d88a (diff)
Fix sonar-maven-plugin version mismatch
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>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index b5f35624..8e25b619 100644
--- a/pom.xml
+++ b/pom.xml
@@ -292,10 +292,6 @@
<artifactId>jacoco-maven-plugin</artifactId>
</plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>sonar-maven-plugin</artifactId>
- </plugin>
</plugins>
<pluginManagement>