summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormukesh.paliwal <mukesh.paliwal1@huawei.com>2021-02-24 10:56:41 +0530
committermukesh.paliwal <mukesh.paliwal1@huawei.com>2021-02-24 11:12:23 +0530
commitc9946b85204b45bd1a13a7799a83f027529338c9 (patch)
tree00f9450fde4e621477dcafbb7fd61067a957f573
parentd78fcd674a6e175f308715e329ba0a71afa9e81f (diff)
split mso-oof-adapter from SO, build failed issue
Issue-ID: SO-3522 Signed-off-by: mukesh.paliwal <mukesh.paliwal1@huawei.com> Change-Id: I24c7cbf37406f24529c095301ec40d1b5db65921
-rwxr-xr-xpom.xml11
1 files changed, 9 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index a4f1a3a..219b12e 100755
--- a/pom.xml
+++ b/pom.xml
@@ -78,6 +78,13 @@
<testSourceDirectory>${project.basedir}/src/test/java</testSourceDirectory>
<plugins>
<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
+ <plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
@@ -170,13 +177,13 @@
<goal>exec</goal>
</goals>
<configuration>
- <dockerFile>Dockerfile.so-cnf-adapter</dockerFile>
+ <dockerFile>Dockerfile</dockerFile>
<executable>docker</executable>
<workingDirectory>${project.basedir}</workingDirectory>
<arguments>
<argument>build</argument>
<argument>-t</argument>
- <argument>onap/so/${project.artifactId}:${project.version}</argument>
+ <argument>${project.artifactId}:${project.version}</argument>
<argument>.</argument>
</arguments>
<buildArgs>