aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 0157788..42426e8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -196,7 +196,7 @@
<baseImage>java:8-jre</baseImage>
<!-- 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 -->
- <entryPoint>["java", "-jar", "/opt/servicechange-handler.jar", "prod", "http://consul:8500/v1/kv/service-change-handler?raw=true"]</entryPoint>
+ <cmd>["java", "-jar", "/opt/servicechange-handler.jar", "prod", "http://consul:8500/v1/kv/service-change-handler?raw=true"]</cmd>
<!-- copy the service's jar file from target into the root directory of the image -->
<resources>
<resource>
@@ -204,6 +204,11 @@
<directory>${project.build.directory}</directory>
<include>servicechange-handler.jar</include>
</resource>
+ <resource>
+ <targetPath>/opt</targetPath>
+ <directory>${project.basedir}/resources</directory>
+ <include>health.sh</include>
+ </resource>
</resources>
<serverId>${onap.nexus.dockerregistry.daily}</serverId>
</configuration>