diff options
author | Sai Gandham <sg481n@att.com> | 2018-04-01 16:42:58 -0500 |
---|---|---|
committer | Sai Gandham <sg481n@att.com> | 2018-04-01 17:00:10 -0500 |
commit | 372e251380abf42627b72d939aba5e5e310bd31f (patch) | |
tree | c5ff267463f1b37f6c434895a6e5bbd1b92d428f /auth/pom.xml | |
parent | 1eb6678db673759f0f95b1aedfcb4fe55c7152a2 (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/pom.xml')
-rw-r--r-- | auth/pom.xml | 5 |
1 files changed, 2 insertions, 3 deletions
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> |