summaryrefslogtreecommitdiffstats
path: root/auth/auth-certman
diff options
context:
space:
mode:
authorSai Gandham <sg481n@att.com>2018-03-27 21:08:58 +0000
committerSai Gandham <sg481n@att.com>2018-03-27 22:26:33 +0000
commit05c86474cdee38b0ae8b66f4d0d3f18385896d1b (patch)
treebfec7894bc2a0b45ef373689a8e82d8c5f849bf9 /auth/auth-certman
parent649335a398f1d0fd7e7d42062c6618c99517ef5d (diff)
Add deploy plugin & enable tests
Testcases were skipped in auth parent pom now changed property to false and made false in auth-core add deploy plugin for missing poms.Also modify docker-compose file For now skipping all testcases. Issue-ID: AAF-199 Change-Id: I9080e8809c8133411f492e33d3bf1c9c8fde24ec Signed-off-by: Sai Gandham <sg481n@att.com>
Diffstat (limited to 'auth/auth-certman')
-rw-r--r--auth/auth-certman/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/auth/auth-certman/pom.xml b/auth/auth-certman/pom.xml
index 7bd87bf2..5363a824 100644
--- a/auth/auth-certman/pom.xml
+++ b/auth/auth-certman/pom.xml
@@ -34,6 +34,7 @@
<description>Certificate Manager API</description>
<properties>
+ <skipTests>true</skipTests>
<project.swmVersion>21</project.swmVersion>
<!-- SONAR -->
<jacoco.version>0.7.7.201606060606</jacoco.version>