aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorMarco Platania <platania@research.att.com>2017-09-11 10:38:41 -0400
committerMarco Platania <platania@research.att.com>2017-09-11 10:38:41 -0400
commit1c6161032a8ac45c27c315c1981284ca28f6b183 (patch)
tree508b945a5e12298b6fef6ddd8446ff0cb058076e /pom.xml
parent52167750c2218aa3797678ee63565bdfd6f35701 (diff)
Add property to parent POM file
- Skip SONAR run for demo project Change-Id: I4fe9920bfd69d0475e1e678f3ca5a589fdc8861e Issue-ID: UCA-37 Signed-off-by: Marco Platania <platania@research.att.com>
Diffstat (limited to 'pom.xml')
-rwxr-xr-xpom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index f3483f54..de21ce88 100755
--- a/pom.xml
+++ b/pom.xml
@@ -51,6 +51,10 @@
<module>vnfs/vCPE/kea-sdnc-notify-mod</module>
</modules>
+ <properties>
+ <sonar.skip>true</sonar.skip>
+ </properties>
+
<build>
<plugins>
<plugin>