diff options
author | fujinhua <fu.jinhua@zte.com.cn> | 2018-03-01 11:00:43 +0800 |
---|---|---|
committer | fujinhua <fu.jinhua@zte.com.cn> | 2018-03-01 11:00:43 +0800 |
commit | a142031091350dbad0e47ccda62c030645503e16 (patch) | |
tree | 34c848d084bc5f4a32c48a5ca34515b1e1164882 /pom.xml | |
parent | 65576b0a671ce6212cc5003b83af9e4173248750 (diff) |
Update Sonar check for vfc-nfvo-lcm
Change-Id: I7de240c0e3f24228b7deb8d06e1d25ee8ed752e4
Issue-ID: VFC-782
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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> |