diff options
author | 2021-02-26 22:49:56 +0530 | |
---|---|---|
committer | 2021-02-26 22:49:56 +0530 | |
commit | 446ae1f5a1b71cd7efafc3e6f273c9fe19ec3d32 (patch) | |
tree | d023a5e55f779841eab06c879380d9fdee2ffb28 | |
parent | b45ef9edea076841231944758e2aeb11a2fb84db (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.xml | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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> |