Move sonar plugin config to oparent parent pom 63/30163/1
authorGary Wu <gary.i.wu@huawei.com>
Fri, 2 Feb 2018 19:10:57 +0000 (11:10 -0800)
committerGary Wu <gary.i.wu@huawei.com>
Fri, 2 Feb 2018 19:12:15 +0000 (11:12 -0800)
Change-Id: I0babeb2c75ce8e46bf9ae305c3ddc2a86759605e
Issue-ID: CIMAN-126
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
oparent/pom.xml
pom.xml

index 5598b71..950e806 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>
diff --git a/pom.xml b/pom.xml
index 831f1c2..4af5ef2 100644 (file)
--- a/pom.xml
+++ b/pom.xml
             </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>