summaryrefslogtreecommitdiffstats
path: root/authz-service/pom.xml
diff options
context:
space:
mode:
authorsg481n <sg481n@att.com>2017-09-23 15:50:15 +0000
committersg481n <sg481n@att.com>2017-09-23 16:19:24 +0000
commit2bc353807bf3f6db1ee4b7000839432c467b1c75 (patch)
treed3d9a988122cfa30a1819cf179e731dbbfc4cfa9 /authz-service/pom.xml
parenta9d2108ed04172d2a54a8a317350946c83b0bbde (diff)
Update License & modify properties in aaf/authz
Updated license file & sitepath modified and O-parent latest added to parent pom of aaf/authz,Javadocs plugin version added & duplicate staging plugin removed.Authz-core module sitepath updated.Profiles added in authz-service. Change-Id: Icd9661a4d1a134062c9c88dbc9c8bd29362be2a7 Issue-id: AAF-59 Signed-off-by: sg481n <sg481n@att.com>
Diffstat (limited to 'authz-service/pom.xml')
-rw-r--r--authz-service/pom.xml18
1 files changed, 14 insertions, 4 deletions
diff --git a/authz-service/pom.xml b/authz-service/pom.xml
index 34760557..674f4101 100644
--- a/authz-service/pom.xml
+++ b/authz-service/pom.xml
@@ -140,8 +140,8 @@
<version>${project.cadiVersion}</version>
</dependency>
</dependencies>
-<profiles>
- <profile>
+
+
<build>
<plugins>
@@ -464,8 +464,18 @@
</plugins>
</build>
-</profile>
-</profiles>
+ <profiles>
+ <profile>
+ <id>docker</id>
+ <properties>
+ <skip.staging.artifacts>true</skip.staging.artifacts>
+ <skip.docker.build>false</skip.docker.build>
+ <skip.docker.tag>false</skip.docker.tag>
+ <skip.docker.push>false</skip.docker.push>
+ </properties>
+ </profile>
+ </profiles>
+
<distributionManagement>
<repository>
<id>ecomp-releases</id>