diff options
author | Avi Gaffa <avi.gaffa@amdocs.com> | 2017-10-25 11:55:03 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-10-25 11:55:03 +0000 |
commit | b433fcc2fd97886d0c89fcd746fc3f02e8536296 (patch) | |
tree | 7bc3efd2be5e14cd4bef57e0175004826574827d | |
parent | 9964a487590b2dc52fec730e1466224675189219 (diff) | |
parent | b7e8bb7bab838fa36c5ecd18bb0edf9e46b9616d (diff) |
Merge "Enabled static analysis in Onboarding tests"
-rw-r--r-- | onboarding/pom.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/onboarding/pom.xml b/onboarding/pom.xml index 50f4649c11..d3023c5049 100644 --- a/onboarding/pom.xml +++ b/onboarding/pom.xml @@ -95,7 +95,6 @@ <ws.rs.version>2.0.1</ws.rs.version> <!-- New version 2.0.1 to fix blackduck violation Failing with comiplation issues--> <zusammen.version>0.2.0</zusammen.version> <zusammen-state-store.version>0.2.2</zusammen-state-store.version> - <skipSA>true</skipSA> <pmd.version>5.8.1</pmd.version> <build.tools.version>${project.version}</build.tools.version> </properties> @@ -127,7 +126,7 @@ <configuration> <skip>${pmd.skip}</skip> <aggregate>false</aggregate> - <includeTests>${pmd.include.tests}</includeTests> + <includeTests>true</includeTests> <printFailingErrors>true</printFailingErrors> <rulesets> <ruleset>build-pmd-ruleset.xml</ruleset> |