aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2018-02-02 11:10:57 -0800
committerGary Wu <gary.i.wu@huawei.com>2018-02-02 11:12:15 -0800
commite3c423dfdebdc9e70d4f3f9f3e5daa0b11967093 (patch)
treebe789e9a1a0ea12ab198959d5ef8b0e973c88158
parent1fb031173f0ca68f99635410d10db47dd6d207fa (diff)
Move sonar plugin config to oparent parent pom
Change-Id: I0babeb2c75ce8e46bf9ae305c3ddc2a86759605e Issue-ID: CIMAN-126 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
-rw-r--r--oparent/pom.xml6
-rw-r--r--pom.xml6
2 files changed, 6 insertions, 6 deletions
diff --git a/oparent/pom.xml b/oparent/pom.xml
index 5598b71..950e806 100644
--- a/oparent/pom.xml
+++ b/oparent/pom.xml
@@ -443,12 +443,6 @@
</execution>
</executions>
</plugin>
- <!-- https://mvnrepository.com/artifact/org.sonarsource.scanner.maven/sonar-maven-plugin -->
- <plugin>
- <groupId>org.sonarsource.scanner.maven</groupId>
- <artifactId>sonar-maven-plugin</artifactId>
- <version>3.3.0.603</version>
- </plugin>
</plugins>
</pluginManagement>
<plugins>
diff --git a/pom.xml b/pom.xml
index 831f1c2..4af5ef2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -114,6 +114,12 @@
</execution>
</executions>
</plugin>
+ <!-- https://mvnrepository.com/artifact/org.sonarsource.scanner.maven/sonar-maven-plugin -->
+ <plugin>
+ <groupId>org.sonarsource.scanner.maven</groupId>
+ <artifactId>sonar-maven-plugin</artifactId>
+ <version>3.3.0.603</version>
+ </plugin>
</plugins>
</pluginManagement>
<plugins>