summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormukesh.paliwal <mukesh.paliwal1@huawei.com>2021-02-26 22:49:56 +0530
committermukesh.paliwal <mukesh.paliwal1@huawei.com>2021-02-26 22:49:56 +0530
commit446ae1f5a1b71cd7efafc3e6f273c9fe19ec3d32 (patch)
treed023a5e55f779841eab06c879380d9fdee2ffb28
parentb45ef9edea076841231944758e2aeb11a2fb84db (diff)
mso-cnf-adapter changes for docker tag name
Issue-ID: SO-3518 Signed-off-by: mukesh.paliwal <mukesh.paliwal1@huawei.com> Change-Id: Ie933813e8c940006fe2adb95fcb0fd8a71d96fe3
-rw-r--r--pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 7d7848e..023eb8c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,6 +45,13 @@
</configuration>
</plugin>
<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
+ <plugin>
<groupId>net.revelc.code.formatter</groupId>
<artifactId>formatter-maven-plugin</artifactId>
<version>2.9.0</version>