summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2018-02-02 11:28:49 -0800
committerGary Wu <gary.i.wu@huawei.com>2018-02-02 11:28:49 -0800
commit2dc9ea6e9cd985df7717a47a17e2588071c7d06f (patch)
tree53ae7e31992c10f144c195a1b6955ce5113348f6
parente3c423dfdebdc9e70d4f3f9f3e5daa0b11967093 (diff)
Add sonar config back to oparent/pom.xml
Change-Id: I6aae043452e82a3cfd60eea8f67dede13b6c9a83 Issue-ID: CIMAN-126 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
-rw-r--r--oparent/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/oparent/pom.xml b/oparent/pom.xml
index 950e806..5598b71 100644
--- a/oparent/pom.xml
+++ b/oparent/pom.xml
@@ -443,6 +443,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>