diff options
author | Michael Lando <ml636r@att.com> | 2017-10-11 07:12:04 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-10-11 07:12:04 +0000 |
commit | ec6d684513419a29cc577ea72eab4f0dde83cab1 (patch) | |
tree | 252eb5b0df9dd0301a47e52470320a27e79830c5 /asdc-tests | |
parent | 5ba2069e2ed9fab997069b7ab96454faba36c578 (diff) | |
parent | 45bc174cf4d80b318260232919f4ddc11165c80d (diff) |
Merge "update scanned projects" into release-1.1.0
Diffstat (limited to 'asdc-tests')
-rw-r--r-- | asdc-tests/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/asdc-tests/pom.xml b/asdc-tests/pom.xml index 266ad36903..81a3bf6502 100644 --- a/asdc-tests/pom.xml +++ b/asdc-tests/pom.xml @@ -10,6 +10,10 @@ <artifactId>sdc-main</artifactId> <version>1.1.0-SNAPSHOT</version> </parent> + + <properties> + <sonar.skip>true</sonar.skip> + </properties> <dependencies> |