diff options
author | Marco Platania <platania@research.att.com> | 2017-09-11 10:38:41 -0400 |
---|---|---|
committer | Marco Platania <platania@research.att.com> | 2017-09-11 10:38:41 -0400 |
commit | 1c6161032a8ac45c27c315c1981284ca28f6b183 (patch) | |
tree | 508b945a5e12298b6fef6ddd8446ff0cb058076e | |
parent | 52167750c2218aa3797678ee63565bdfd6f35701 (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>
-rwxr-xr-x | pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -51,6 +51,10 @@ <module>vnfs/vCPE/kea-sdnc-notify-mod</module> </modules> + <properties> + <sonar.skip>true</sonar.skip> + </properties> + <build> <plugins> <plugin> |