diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-02-02 11:10:57 -0800 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-02-02 11:12:15 -0800 |
commit | e3c423dfdebdc9e70d4f3f9f3e5daa0b11967093 (patch) | |
tree | be789e9a1a0ea12ab198959d5ef8b0e973c88158 | |
parent | 1fb031173f0ca68f99635410d10db47dd6d207fa (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.xml | 6 | ||||
-rw-r--r-- | pom.xml | 6 |
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> @@ -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> |