Add profiles to all parent pom & authz-service
Add profiles tag to aaf parent pom & authz-service.earlier
mvn-profile was no there for docker relase.
Issue-id: AAF-60
Change-Id: I9a9c6eb843a7db23feeaba22436a7354bbcf1769
Signed-off-by: sg481n <sg481n@att.com>
diff --git a/authz-service/pom.xml b/authz-service/pom.xml
index b6b4b2f..d589b81 100644
--- a/authz-service/pom.xml
+++ b/authz-service/pom.xml
@@ -140,7 +140,8 @@
<version>${project.cadiVersion}</version>
</dependency>
</dependencies>
-
+<profiles>
+ <profile>
<build>
<plugins>
<plugin>
@@ -468,7 +469,8 @@
</plugins>
</build>
-
+</profile>
+</profiles>
<distributionManagement>
<repository>
<id>ecomp-releases</id>
diff --git a/pom.xml b/pom.xml
index d685e11..6089e17 100644
--- a/pom.xml
+++ b/pom.xml
@@ -76,7 +76,6 @@
<stagingNexusPath>/content/repositories/staging/</stagingNexusPath>
<sitePath>/content/sites/site/org/onap/aaf/authz/${project.artifactId}/${project.version}</sitePath>
</properties>
-
<build>
<pluginManagement>
<plugins>
@@ -308,7 +307,7 @@
</plugins>
</pluginManagement>
</build>
-
+
<dependencies>
<dependency>
<groupId>junit</groupId>