diff options
author | sg481n <sg481n@att.com> | 2017-09-24 04:46:21 +0000 |
---|---|---|
committer | sg481n <sg481n@att.com> | 2017-09-24 04:46:26 +0000 |
commit | 0cd2644960472036e9fd3367eca8c717ba353bdf (patch) | |
tree | 25b27d33142539eb31e227976735f54865be92da | |
parent | c7499ee7cf703d75bf62272fdce6ad4e8e5b2007 (diff) |
Modify Authz-service pom file to releaser docker
Modified POM file in AUthz-service.
Issue-id: AAF-59
Change-Id: Ie68d10f3e2fe2ff653707081fe5b94392cfbc425
Signed-off-by: sg481n <sg481n@att.com>
-rw-r--r-- | authz-service/pom.xml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/authz-service/pom.xml b/authz-service/pom.xml index 64cc5b02..fab37c4f 100644 --- a/authz-service/pom.xml +++ b/authz-service/pom.xml @@ -185,10 +185,6 @@ </goals>
<configuration>
<skipDockerBuild>${skip.docker.build}</skipDockerBuild>
- <buildArgs>
- <http_proxy>${env.HTTP_PROXY}</http_proxy>
- <https_proxy>${env.HTTPS_PROXY}</https_proxy>
- </buildArgs>
</configuration>
</execution>
@@ -264,11 +260,6 @@ </executions>
</plugin>
-
-
-
-
-
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<version>2.7</version>
|