diff options
author | Sai Gandham <sg481n@att.com> | 2018-04-12 16:42:07 +0000 |
---|---|---|
committer | Sai Gandham <sg481n@att.com> | 2018-04-12 16:42:29 +0000 |
commit | f44b927dac674137fe2968b3af23e71ddeb5e5b9 (patch) | |
tree | 4728f06a107bbe5d43642d778497503d318e7b96 /cadi/shiro | |
parent | 068295b45b2ea55fcc881f520cb431a050d93e4f (diff) |
Modify sonar properties in pom files
Issue-ID: AAF-129
Change-Id: I284cdfb8bf84a049f762d76822f6fa0b0ef5daca
Signed-off-by: Sai Gandham <sg481n@att.com>
Diffstat (limited to 'cadi/shiro')
-rw-r--r-- | cadi/shiro/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cadi/shiro/pom.xml b/cadi/shiro/pom.xml index af0bfd51..88509d82 100644 --- a/cadi/shiro/pom.xml +++ b/cadi/shiro/pom.xml @@ -35,7 +35,7 @@ <properties> <!-- SONAR --> - <sonar.skip>true</sonar.skip> + <!-- <sonar.skip>true</sonar.skip> --> <jacoco.version>0.7.7.201606060606</jacoco.version> <sonar-jacoco-listeners.version>3.2</sonar-jacoco-listeners.version> <sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin> |