Fix Build failure 58/107058/1
authorramu.n <ramu.n@huawei.com>
Mon, 4 May 2020 16:53:28 +0000 (22:23 +0530)
committerramu.n <ramu.n@huawei.com>
Mon, 4 May 2020 16:54:12 +0000 (22:24 +0530)
Issue-ID: SO-2775
Change-Id: I92a60c58ad543e276e29684cfaf44890528c3e89
Signed-off-by: ramu.n <ramu.n@huawei.com>
packages/docker/pom.xml

index 37e8bab..1d20e44 100644 (file)
               </build>
             </image>
             <image>
-             <name>${docker.image.prefix}/nssmf-adapter</name>
+              <name>${docker.image.prefix}/nssmf-adapter</name>
               <build>
-               <cleanup>try</cleanup>
-               <dockerFile>docker-files/Dockerfile.so-app</dockerFile>
-               <tags>
-                <tag>${project.version}</tag>
-                <tag>${project.version}-${maven.build.timestamp}</tag>
-                <tag>${project.docker.latesttag.version}</tag>
-               </tags>
-               <assembly>
-                <inline>
-                 <dependencySets>
-                  <dependencySet>
-                   <includes>
-                    <include>org.onap.so.adapters:mso-nssmf-adapter</include>
-                   </includes>
-                   <outputFileNameMapping>app.jar</outputFileNameMapping>
-                 </dependencySet>
-                </dependencySets>
-               </inline>
-              </assembly>
-             </build>
-           </image>
-=======
                 <cleanup>try</cleanup>
                 <dockerFile>docker-files/Dockerfile.so-nssmf-adapter</dockerFile>
                 <tags>
                 </assembly>
               </build>
             </image>
->>>>>>> CHANGE (2dbccb Docker file for NSSMF-ADAPTER)
             <image>
               <name>${docker.image.prefix}/so-appc-orchestrator</name>
               <build>