summaryrefslogtreecommitdiffstats
path: root/auth
diff options
context:
space:
mode:
authorSai Gandham <sg481n@att.com>2018-04-01 16:42:58 -0500
committerSai Gandham <sg481n@att.com>2018-04-01 17:00:10 -0500
commit372e251380abf42627b72d939aba5e5e310bd31f (patch)
treec5ff267463f1b37f6c434895a6e5bbd1b92d428f /auth
parent1eb6678db673759f0f95b1aedfcb4fe55c7152a2 (diff)
Modify pom files & fix AAF sonar issues
Modified Misc Pom files and testing SONAR Issue-ID: AAF-199 Change-Id: Ifea9566009936648314c08d52a2cc638c99c9e07 Signed-off-by: Sai Gandham <sg481n@att.com>
Diffstat (limited to 'auth')
-rw-r--r--auth/auth-batch/pom.xml2
-rw-r--r--auth/auth-cass/pom.xml2
-rw-r--r--auth/auth-cmd/pom.xml3
-rw-r--r--auth/auth-core/pom.xml3
-rw-r--r--auth/auth-deforg/pom.xml3
-rw-r--r--auth/auth-fs/pom.xml3
-rw-r--r--auth/pom.xml5
7 files changed, 4 insertions, 17 deletions
diff --git a/auth/auth-batch/pom.xml b/auth/auth-batch/pom.xml
index 2813a559..8969de0e 100644
--- a/auth/auth-batch/pom.xml
+++ b/auth/auth-batch/pom.xml
@@ -71,7 +71,7 @@
</developers>
<properties>
- <skipTests>true</skipTests>
+
<maven.test.failure.ignore>false</maven.test.failure.ignore>
diff --git a/auth/auth-cass/pom.xml b/auth/auth-cass/pom.xml
index 429a1220..41540887 100644
--- a/auth/auth-cass/pom.xml
+++ b/auth/auth-cass/pom.xml
@@ -71,7 +71,7 @@
</developers>
<properties>
- <skipTests>true</skipTests>
+
<!-- SONAR -->
diff --git a/auth/auth-cmd/pom.xml b/auth/auth-cmd/pom.xml
index c67e8490..87ff3630 100644
--- a/auth/auth-cmd/pom.xml
+++ b/auth/auth-cmd/pom.xml
@@ -36,9 +36,6 @@
<packaging>jar</packaging>
<properties>
- <skipTests>true</skipTests>
-
-
<maven.test.failure.ignore>false</maven.test.failure.ignore>
<!-- SONAR -->
<jacoco.version>0.7.7.201606060606</jacoco.version>
diff --git a/auth/auth-core/pom.xml b/auth/auth-core/pom.xml
index f1948747..65f333b7 100644
--- a/auth/auth-core/pom.xml
+++ b/auth/auth-core/pom.xml
@@ -72,9 +72,6 @@
<properties>
- <skipTests>true</skipTests>
-
-
<!-- SONAR -->
<jacoco.version>0.7.7.201606060606</jacoco.version>
<sonar-jacoco-listeners.version>3.2</sonar-jacoco-listeners.version>
diff --git a/auth/auth-deforg/pom.xml b/auth/auth-deforg/pom.xml
index 2e02120d..ed9c5914 100644
--- a/auth/auth-deforg/pom.xml
+++ b/auth/auth-deforg/pom.xml
@@ -72,9 +72,6 @@
<properties>
- <skipTests>true</skipTests>
-
-
<maven.test.failure.ignore>false</maven.test.failure.ignore>
<!-- SONAR -->
<jacoco.version>0.7.7.201606060606</jacoco.version>
diff --git a/auth/auth-fs/pom.xml b/auth/auth-fs/pom.xml
index 31f2c33f..c1af6e44 100644
--- a/auth/auth-fs/pom.xml
+++ b/auth/auth-fs/pom.xml
@@ -34,9 +34,6 @@
<description>Independent FileServer Component via HTTP (not S) for Public Files (i.e. CRLs) for AAF Auth</description>
<properties>
- <skipTests>true</skipTests>
-
-
<maven.test.failure.ignore>true</maven.test.failure.ignore>
<!-- SONAR -->
<jacoco.version>0.7.7.201606060606</jacoco.version>
diff --git a/auth/pom.xml b/auth/pom.xml
index 90892914..7142554b 100644
--- a/auth/pom.xml
+++ b/auth/pom.xml
@@ -30,7 +30,6 @@
<packaging>pom</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <skipTests>true</skipTests>
<project.interfaceVersion>2.10-SNAPSHOT</project.interfaceVersion>
<project.miscVersion>1.3.0-SNAPSHOT</project.miscVersion>
<project.cadiVersion>1.5.0-SNAPSHOT</project.cadiVersion>
@@ -116,7 +115,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>2.17</version>
<configuration>
- <skipTests>true</skipTests>
+ <skipTests>false</skipTests>
<includes>
<include>**/JU*.java</include>
@@ -132,7 +131,7 @@
<artifactId>maven-failsafe-plugin</artifactId>
<version>2.17</version>
<configuration>
- <skipTests>true</skipTests>
+ <skipTests>flase</skipTests>
</configuration>
<executions>
<execution>