aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorilanap <ilanap@amdocs.com>2019-12-05 11:55:08 +0200
committerilanap <ilanap@amdocs.com>2019-12-09 14:39:39 +0200
commit0807428b00747e344a727318f4959962ef47a7f0 (patch)
tree3b6f6e209523843cd11a03933c428edfdd0c6767
parent0158e85cfd59a7361e42a500b0cf672f89ab5ece (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>
-rw-r--r--workflow-designer-be/pom.xml11
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>