Refactoring assembly.id and name.space 12/116412/6
authorSingal, Kapil (ks220y) <ks220y@att.com>
Wed, 16 Dec 2020 01:56:54 +0000 (20:56 -0500)
committerKAPIL SINGAL <ks220y@att.com>
Wed, 16 Dec 2020 15:00:12 +0000 (15:00 +0000)
Upgrading base onap/ccsdk-alpine-j11-image to version 1.1.0

Issue-ID: CCSDK-3053
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: I135893a4ab1d4d3f7c1297d6e66de133bd3c7150

ms/blueprintsprocessor/application/pom.xml
ms/blueprintsprocessor/application/src/main/docker/Dockerfile
ms/command-executor/pom.xml
ms/py-executor/pom.xml
ms/sdclistener/distribution/pom.xml
ms/sdclistener/distribution/src/main/docker/Dockerfile
pom.xml

index 2f398d3..00e7fe2 100755 (executable)
@@ -34,8 +34,6 @@
     <name>MS Blueprints Processor Application</name>
 
     <properties>
-        <assembly.id>maven</assembly.id>
-        <name.space>org.onap.ccsdk.cds</name.space>
         <serviceArtifactName>blueprintsprocessor</serviceArtifactName>
         <image.name>onap/ccsdk-blueprintsprocessor</image.name>
     </properties>
index c4da384..876bc35 100755 (executable)
@@ -1,4 +1,4 @@
-FROM onap/ccsdk-alpine-j11-image:1.0.1
+FROM onap/ccsdk-alpine-j11-image:1.1.0
 
 USER root
 # add entrypoint
index 04e0614..665e585 100755 (executable)
@@ -32,7 +32,6 @@
     <description>Micro-service providing python environment with gRPC binding for command execution</description>
 
     <properties>
-        <assembly.id>maven</assembly.id>
         <image.name>onap/ccsdk-commandexecutor</image.name>
     </properties>
 
index be56787..2ea7008 100644 (file)
@@ -30,7 +30,6 @@
     <description>Micro-service providing python environment with gRPC binding for python script execution</description>
 
     <properties>
-        <assembly.id>maven</assembly.id>
         <image.name>onap/ccsdk-py-executor</image.name>
         <sonar.skip>true</sonar.skip>
     </properties>
index 7a85394..75e0bef 100755 (executable)
     <name>MS SDC Listener - Distribution</name>
 
     <properties>
-        <assembly.id>maven</assembly.id>
-        <name.space>org.onap.ccsdk.cds</name.space>
         <serviceArtifactName>sdclistener</serviceArtifactName>
         <image.name>onap/ccsdk-sdclistener</image.name>
-        <!--disabled for now to mirror #85964 https://gerrit.onap.org/r/#/c/85964/2/ms/command-executor/pom.xml-->
-        <!--<docker.buildArg.https_proxy>${https_proxy}</docker.buildArg.https_proxy>-->
     </properties>
 
     <dependencies>
index b89cbc7..b9c6109 100755 (executable)
@@ -1,4 +1,4 @@
-FROM onap/ccsdk-alpine-j11-image:1.0.1
+FROM onap/ccsdk-alpine-j11-image:1.1.0
 
 USER root
 # add entrypoint
diff --git a/pom.xml b/pom.xml
index 34093bb..47c948e 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -55,8 +55,7 @@ limitations under the License.
         <!--Only include java and kt files to the scan-->
         <sonar.inclusions>**/*.java,**/*.kt</sonar.inclusions>
         <!--Specify path to load jacoco XLM report, as Sonar can't load Kotlin coverage from binary report-->
-        <sonar.coverage.jacoco.xmlReportPaths>${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml
-        </sonar.coverage.jacoco.xmlReportPaths>
+        <sonar.coverage.jacoco.xmlReportPaths>${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>
         <jacoco.version>0.8.3</jacoco.version>
 
         <!-- Properties for POM Format -->
@@ -67,8 +66,10 @@ limitations under the License.
         <maven-failsafe-plugin.version>3.0.0-M5</maven-failsafe-plugin.version>
 
         <!-- docker related properties -->
+        <assembly.id>maven</assembly.id>
         <docker.verbose>true</docker.verbose>
         <docker.skip.push>false</docker.skip.push>
+        <name.space>org.onap.ccsdk.cds</name.space>
         <ccsdk.build.timestamp>${maven.build.timestamp}</ccsdk.build.timestamp>
         <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>