diff options
author | ilanap <ilanap@amdocs.com> | 2019-12-05 11:55:08 +0200 |
---|---|---|
committer | ilanap <ilanap@amdocs.com> | 2019-12-09 14:39:39 +0200 |
commit | 0807428b00747e344a727318f4959962ef47a7f0 (patch) | |
tree | 3b6f6e209523843cd11a03933c428edfdd0c6767 /workflow-designer-be | |
parent | 0158e85cfd59a7361e42a500b0cf672f89ab5ece (diff) |
Secure FE communications to the workflow backend
Updating the pom file so that the dockers are created for the new charts
Issue-ID: OOM-1954
Signed-off-by: ilanap <ilanap@amdocs.com>
Change-Id: I7ac0c2b6bfd9f6a9cd6664c36a6797c297752987
Signed-off-by: ilanap <ilanap@amdocs.com>
Diffstat (limited to 'workflow-designer-be')
-rw-r--r-- | workflow-designer-be/pom.xml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/workflow-designer-be/pom.xml b/workflow-designer-be/pom.xml index 23fecb07..51e14f87 100644 --- a/workflow-designer-be/pom.xml +++ b/workflow-designer-be/pom.xml @@ -234,17 +234,6 @@ </images> </configuration> </plugin> - <plugin> - <groupId>org.sonatype.plugins</groupId> - <artifactId>nexus-staging-maven-plugin</artifactId> - <version>1.6.8</version> - <extensions>true</extensions> - <configuration> - <serverId>onap-staging</serverId> - <nexusUrl>${nexus.proxy}</nexusUrl> - <stagingProfileId>${staging.profile.id}</stagingProfileId> - </configuration> - </plugin> </plugins> </build> </profile> |