aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorfujinhua <fu.jinhua@zte.com.cn>2018-03-01 16:08:59 +0800
committerfujinhua <fu.jinhua@zte.com.cn>2018-03-01 16:08:59 +0800
commitf31796164213fcda1d0651ae4dc9469f84f2680a (patch)
tree9cadaff8802ff9f0e7da321bbd995c876fd2d8c2 /pom.xml
parent1367db4de5dba2ad6984e0488fc8c03eede2a6c1 (diff)
Update Sonar check for vfc-nfvo-lcm
Change-Id: I0272767fbcd58ab0371a2caec2b07ab4595f0cc9 Issue-ID: VFC-782 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml11
1 files changed, 1 insertions, 10 deletions
diff --git a/pom.xml b/pom.xml
index 767c02e7..3e10ad24 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,18 +35,9 @@
<sonar.language>py</sonar.language>
<sonar.pluginname>python</sonar.pluginname>
<sonar.inclusions>**/**.py</sonar.inclusions>
- <sonar.exclusions>*tests*</sonar.exclusions>
+ <sonar.exclusions>**/tests/**.py,**/test*.py</sonar.exclusions>
</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>