diff options
author | Manoop Talasila <talasila@research.att.com> | 2019-09-13 11:27:35 -0400 |
---|---|---|
committer | Manoop Talasila <talasila@research.att.com> | 2019-09-13 17:32:25 +0000 |
commit | 64896f7547725a0e9dcca0e9e43b9c6c5c7b0096 (patch) | |
tree | 6e87837ecf0721454adff4fe68044c6047809591 | |
parent | 1326ed6dd7c2a42d7fd215d829862ae48a560e81 (diff) |
Remove maven deploy plugin
Issue-ID: PORTAL-727
Signed-off-by: Manoop Talasila <talasila@research.att.com>
Change-Id: Ie533e4bf7d57fd7ff8030537f1e2400359601b58
-rw-r--r-- | ecomp-sdk/epsdk-app-os/pom.xml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/ecomp-sdk/epsdk-app-os/pom.xml b/ecomp-sdk/epsdk-app-os/pom.xml index 1faa7020..ba2629b5 100644 --- a/ecomp-sdk/epsdk-app-os/pom.xml +++ b/ecomp-sdk/epsdk-app-os/pom.xml @@ -314,15 +314,6 @@ </plugin> <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-deploy-plugin</artifactId> - <!-- parent specifies the<version>2.8</version> --> - <configuration> - <skip>true</skip> - </configuration> - </plugin> - - <plugin> <groupId>io.fabric8</groupId> <artifactId>docker-maven-plugin</artifactId> <version>0.22.0</version> |