aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfujinhua <fu.jinhua@zte.com.cn>2018-03-01 11:00:43 +0800
committerfujinhua <fu.jinhua@zte.com.cn>2018-03-01 11:00:43 +0800
commita142031091350dbad0e47ccda62c030645503e16 (patch)
tree34c848d084bc5f4a32c48a5ca34515b1e1164882
parent65576b0a671ce6212cc5003b83af9e4173248750 (diff)
Update Sonar check for vfc-nfvo-lcm
Change-Id: I7de240c0e3f24228b7deb8d06e1d25ee8ed752e4 Issue-ID: VFC-782 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
-rw-r--r--pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index be72724b..80ae2ff0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,11 +30,21 @@
<properties>
<sonar.skip>false</sonar.skip>
<sonar.sources>.</sonar.sources>
+ <sonar.host.url>http://localhost:9000</sonar.host.url>
<sonar.language>py</sonar.language>
<sonar.pluginName>Python</sonar.pluginName>
<sonar.inclusions>**/*.py</sonar.inclusions>
</properties>
<build>
+ <pluginManagement>
+ <plugins>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>sonar-maven-plugin</artifactId>
+ <version>2.7.1</version>
+ </plugin>
+ </plugins>
+ </pluginManagement>
<plugins>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>