summaryrefslogtreecommitdiffstats
path: root/misc/log4j
diff options
context:
space:
mode:
authorSai Gandham <sg481n@att.com>2018-04-12 22:16:21 +0000
committerSai Gandham <sg481n@att.com>2018-04-12 22:16:27 +0000
commit3a70e91752df97a7b0eb8646a7cf4e0afd48d95f (patch)
tree0eae67855c5986e2622c45b318bcf53a5bf913e3 /misc/log4j
parentc0e605c5b4b51f8f65e12e3a2a07041541070548 (diff)
MOdify POM files to fix sonar
Issue-ID: AAF-129 Change-Id: I450e199f94e1428a6cdeae9a1a755d9bda2754ad Signed-off-by: Sai Gandham <sg481n@att.com>
Diffstat (limited to 'misc/log4j')
-rw-r--r--misc/log4j/pom.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/misc/log4j/pom.xml b/misc/log4j/pom.xml
index c945b739..bcd2d257 100644
--- a/misc/log4j/pom.xml
+++ b/misc/log4j/pom.xml
@@ -71,7 +71,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>
@@ -174,6 +174,12 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>2.17</version>
<configuration>
+ <skipTests>false</skipTests>
+ <includes>
+ <include>**/JU*.java</include>
+ </includes>
+ <excludes>
+ </excludes>
</configuration>
</plugin>