Fix spotify entrypoint 69/61869/1
authorLusheng Ji <lji@research.att.com>
Wed, 22 Aug 2018 16:08:50 +0000 (12:08 -0400)
committerLusheng Ji <lji@research.att.com>
Wed, 22 Aug 2018 16:08:57 +0000 (12:08 -0400)
Issue-ID: DCAEGEN2-716
Change-Id: Iaefa6c1a2959874a6721a5ed425ed01c6f9db8a7
Signed-off-by: Lusheng Ji <lji@research.att.com>
UniversalVesAdapter/pom.xml

index 63531ce..e3fa7e6 100644 (file)
                                        <skipDockerBuild>false</skipDockerBuild>
                                        <imageName>${onap.nexus.dockerregistry.daily}/onap/${project.groupId}.universalvesadaptor</imageName>
                                        <baseImage>openjdk:8-jre</baseImage>
-                                       <entryPoint>["java", "-jar", "/opt/${project.build.finalName}.jar",
-                                               "server"]</entryPoint>
+                                       <entryPoint>["java", "-jar", "/opt/${project.build.finalName}.jar", "server"]</entryPoint>
                                        <resources>
                                                <resource>
                                                        <targetPath>/opt</targetPath>