summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsg481n <sg481n@att.com>2017-09-21 13:29:12 +0000
committersg481n <sg481n@att.com>2017-09-21 13:41:06 +0000
commit70529ba6ff9206c26a6a4a4a3bae297f4474f182 (patch)
tree3c2264dd6ec9471468cb9d41ecfdc8c31af216c4
parent4e6a217cf763dc49cd5f7f162b4bb52186638f44 (diff)
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>
-rw-r--r--authz-service/pom.xml6
-rw-r--r--pom.xml3
2 files changed, 5 insertions, 4 deletions
diff --git a/authz-service/pom.xml b/authz-service/pom.xml
index b6b4b2fa..d589b815 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 d685e116..6089e173 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>