diff options
author | fujinhua <fu.jinhua@zte.com.cn> | 2018-03-01 10:41:51 +0800 |
---|---|---|
committer | fujinhua <fu.jinhua@zte.com.cn> | 2018-03-01 10:41:51 +0800 |
commit | 65576b0a671ce6212cc5003b83af9e4173248750 (patch) | |
tree | 3ff05c689f35bdd6f247f9c13191078b7b885be1 /pom.xml | |
parent | 6e42f52bdc7872856b5ffa03499ecafba142cbd1 (diff) |
Add Sonar check for vfc-nfvo-lcm
Change-Id: I1f8a52357c2b38870f7cda16ffa97c605ca29730
Issue-ID: VFC-782
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -27,6 +27,13 @@ <packaging>pom</packaging> <name>vfc-nfvo-lcm</name> <description>vfc nfvo lcm</description> + <properties> + <sonar.skip>false</sonar.skip> + <sonar.sources>.</sonar.sources> + <sonar.language>py</sonar.language> + <sonar.pluginName>Python</sonar.pluginName> + <sonar.inclusions>**/*.py</sonar.inclusions> + </properties> <build> <plugins> <plugin> |