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>
diff --git a/auth/auth-cass/pom.xml b/auth/auth-cass/pom.xml
index a459902..1835812 100644
--- a/auth/auth-cass/pom.xml
+++ b/auth/auth-cass/pom.xml
@@ -71,6 +71,7 @@
</developers>
<properties>
+ <skipTests>true</skipTests>
<!-- SONAR -->
<jacoco.version>0.7.7.201606060606</jacoco.version>
<sonar-jacoco-listeners.version>3.2</sonar-jacoco-listeners.version>
@@ -132,7 +133,14 @@
</dependencies>
<build>
<plugins>
- <plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
+ <plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.7</version>