diff options
author | vempo <vitaliy.emporopulo@amdocs.com> | 2017-08-29 18:15:04 +0300 |
---|---|---|
committer | vempo <vitaliy.emporopulo@amdocs.com> | 2017-08-29 18:21:34 +0300 |
commit | 09d4f069e48a0b4ab7359bbcc3b299d222721230 (patch) | |
tree | 25d5c0677ebe0984e1f74f31ecd1100953b82228 /pom.xml | |
parent | 7cd1156c3cab009146ca02989df394412d209483 (diff) |
Set up static analysis for on-boarding
Configured PMD Maven plugin in the onboarding pom.xml, with a custom ruleset.
Currently disabled by default, can be ran on demand.
Change-Id: I0e7ba1aeb1aefcea86fc2534ebc62343057f7c34
Issue-ID: SDC-246
Signed-off-by: vempo <vitaliy.emporopulo@amdocs.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -340,6 +340,7 @@ <activeByDefault>true</activeByDefault> </activation> <modules> + <module>build-tools</module> <module>onboarding</module> <module>security-utils</module> <module>common-app-api</module> |