diff options
author | mukesh.paliwal <mukesh.paliwal1@huawei.com> | 2021-02-24 10:56:41 +0530 |
---|---|---|
committer | mukesh.paliwal <mukesh.paliwal1@huawei.com> | 2021-02-24 11:12:23 +0530 |
commit | c9946b85204b45bd1a13a7799a83f027529338c9 (patch) | |
tree | 00f9450fde4e621477dcafbb7fd61067a957f573 /pom.xml | |
parent | d78fcd674a6e175f308715e329ba0a71afa9e81f (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
Diffstat (limited to 'pom.xml')
-rwxr-xr-x | pom.xml | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -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> |