aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorMichael Hwang <mhwang@research.att.com>2019-08-07 14:44:23 -0400
committerMichael Hwang <mhwang@research.att.com>2019-08-07 15:18:39 -0400
commit8bf6e3738f21a1a56a153f86d16f5f00148fa35d (patch)
tree4baebf0b9d184682309e1a3fb647d66f506e234f /pom.xml
parent26be72a9a79f2f21a395bd2e67c47efce218510c (diff)
Fix run command to include full path to script
Change-Id: I1bd509fcc0950735ef1dba0291678aa0f57d3bc6 Issue-ID: DCAEGEN2-1718 Signed-off-by: Michael Hwang <mhwang@research.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 7583638..ad73931 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
<groupId>org.onap.dcaegen2.platform</groupId>
<artifactId>servicechange-handler</artifactId>
- <version>1.3.1-SNAPSHOT</version>
+ <version>1.3.2-SNAPSHOT</version>
<!-- Not sure why clojure-maven-plugin says packaging should be "clojure" -->
<packaging>jar</packaging>
@@ -232,7 +232,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
</runs>
<!-- NOTE: Couldn't figure out how to package the jar to be named: ${project.build.finalName}. This might be
because of the clojure maven plugin -->
- <cmd>["sch.sh"]</cmd>
+ <cmd>["/opt/sch.sh"]</cmd>
<!-- copy the service's jar file from target into the root directory of the image -->
<resources>
<resource>