Replacing maven-exec-plugin with maven-antrun-plugin 63/121963/1
authorSingal, Kapil (ks220y) <ks220y@att.com>
Fri, 18 Jun 2021 15:23:23 +0000 (11:23 -0400)
committerKAPIL SINGAL <ks220y@att.com>
Fri, 18 Jun 2021 15:45:22 +0000 (15:45 +0000)
Adding docker.skip.run property which can be used to skip docker run during merge/stage jenkins run

Adding PATH to have JAVA_HOME added

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

odlsli/odlsli-alpine/pom.xml
odlsli/odlsli-alpine/src/main/docker/Dockerfile

index 9f6a986..aa96b8a 100644 (file)
                 <version>1.8</version>
                 <executions>
                     <execution>
-                        <id>change shell permissions</id>
+                        <id>change-shell-permissions</id>
                         <phase>process-sources</phase>
                         <configuration>
                             <target>
index 0b6dbbf..be93e53 100644 (file)
@@ -56,6 +56,7 @@ LABEL maintainer="CCSDK Team (onap-ccsdk@lists.onap.org)"
 USER root
 
 ENV JAVA_HOME /opt/java/openjdk
+ENV PATH ${JAVA_HOME}/bin:$PATH
 ENV ODL_HOME /opt/opendaylight/current
 ENV SDNC_CONFIG_DIR /opt/onap/ccsdk/data/properties
 ENV ANSIBLE_GPG_KEY ${ansible.gpg.key}