summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrui hu <hu.rui2@zte.com.cn>2018-02-28 06:14:33 +0000
committerGerrit Code Review <gerrit@onap.org>2018-02-28 06:14:33 +0000
commit3bccda29cfbbb2048f74a608fa02772e51155ec3 (patch)
treecfddbdb922315ecc3763361b062c725664eb43ab
parent8066f6c94bb166fd8404bc406f3898bf6177f1ba (diff)
parent3b1e79a5614b6697dba2249c7358cc258355e686 (diff)
Merge "Add sonar-maven-plugin version"
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index e7b4ca2..a099ac8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,6 +29,11 @@
<build>
<plugins>
<plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>sonar-maven-plugin</artifactId>
+ <version>3.2</version>
+ </plugin>
+ <plugin>
<groupId>com.igormaznitsa</groupId>
<artifactId>mvn-golang-wrapper</artifactId>
<version>2.1.6</version>