diff options
-rw-r--r-- | pom.xml | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -221,10 +221,9 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. <imageTag>latest</imageTag> </imageTags> <baseImage>onap/integration-java11:7.0.0</baseImage> - <user>onap</user> <runs> - <run>chmod 666 /usr/local/openjdk-11/lib/security/cacerts</run> </runs> + <user>onap</user> <!-- 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></entrypoint> |