diff options
author | sg481n <sg481n@att.com> | 2017-09-21 13:29:12 +0000 |
---|---|---|
committer | sg481n <sg481n@att.com> | 2017-09-21 13:41:06 +0000 |
commit | 70529ba6ff9206c26a6a4a4a3bae297f4474f182 (patch) | |
tree | 3c2264dd6ec9471468cb9d41ecfdc8c31af216c4 /authz-service/pom.xml | |
parent | 4e6a217cf763dc49cd5f7f162b4bb52186638f44 (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>
Diffstat (limited to 'authz-service/pom.xml')
-rw-r--r-- | authz-service/pom.xml | 6 |
1 files changed, 4 insertions, 2 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>
|