4.0.0 org.onap.dcaegen2.platform.mod runtimeapi 1.3.3 runtime-web 1.3.3-SNAPSHOT jar -changelog-missing runtime-web MOD Runtime Web Module org.onap.dcaegen2.platform.mod runtime-core 1.3.3 org.springframework.boot spring-boot-starter-actuator org.springframework.boot spring-boot-starter-web org.springframework.boot spring-boot-devtools runtime true org.springframework.boot spring-boot-starter-test test com.google.guava guava 28.0-jre io.springfox springfox-boot-starter 3.0.0 io.springfox springfox-swagger-ui 3.0.0 org.apache.httpcomponents httpclient 4.5.8 test org.springframework.boot spring-boot-maven-plugin 2.6.2 repackage io.fabric8 docker-maven-plugin true ${docker.pull.registry} ${docker.push.registry} onap/${project.groupId}.${project.artifactId} ${onap.nexus.dockerregistry.daily} openjdk:11-jre-slim latest ${project.version} ${project.version}-${maven.build.timestamp}Z artifact apt-get update && apt-get install -y wget wget https://get.helm.sh/helm-v3.5.4-linux-amd64.tar.gz && tar xvf helm-v3.5.4-linux-amd64.tar.gz && mv linux-amd64/helm /usr/local/bin/ groupadd -r dcaemod && useradd -ms /bin/bash dcaemod -g dcaemod && mkdir -p /maven/data && chown -R dcaemod:dcaemod /maven/data /maven /tmp 9090 dcaemod java -Djava.security.egd=file:/dev/./urandom -jar ${project.artifactId}-${project.version}.${project.packaging} build push