Add sonar config back to oparent/pom.xml 65/30165/1
authorGary Wu <gary.i.wu@huawei.com>
Fri, 2 Feb 2018 19:28:49 +0000 (11:28 -0800)
committerGary Wu <gary.i.wu@huawei.com>
Fri, 2 Feb 2018 19:28:49 +0000 (11:28 -0800)
Change-Id: I6aae043452e82a3cfd60eea8f67dede13b6c9a83
Issue-ID: CIMAN-126
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
oparent/pom.xml

index 950e806..5598b71 100644 (file)
             </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>