diff options
author | Singal, Kapil (ks220y) <ks220y@att.com> | 2021-06-18 11:23:23 -0400 |
---|---|---|
committer | KAPIL SINGAL <ks220y@att.com> | 2021-06-18 15:45:22 +0000 |
commit | eb5b12c7ce09506af6923c1c7bb58dc060514a37 (patch) | |
tree | 38d1b3b21071edd3250875d9477ac6b5fe3e757f /odlsli/odlsli-alpine/pom.xml | |
parent | 49a797066db08ce655bd74f86c28dbd2974be301 (diff) |
Replacing maven-exec-plugin with maven-antrun-plugin
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
Diffstat (limited to 'odlsli/odlsli-alpine/pom.xml')
-rw-r--r-- | odlsli/odlsli-alpine/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odlsli/odlsli-alpine/pom.xml b/odlsli/odlsli-alpine/pom.xml index 9f6a986b..aa96b8a8 100644 --- a/odlsli/odlsli-alpine/pom.xml +++ b/odlsli/odlsli-alpine/pom.xml @@ -516,7 +516,7 @@ <version>1.8</version> <executions> <execution> - <id>change shell permissions</id> + <id>change-shell-permissions</id> <phase>process-sources</phase> <configuration> <target> |