X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=datarouter-node%2Fpom.xml;h=133de4a3aad12ad54f94f58045890864e5a67a1f;hb=ee6fa61e2cd7df99891092709765235b6166a041;hp=29e3ce4760e498ef3a5a9629981458cc738d08df;hpb=96a4ed9df2c1e79e5edffff8ea58e02c98844d55;p=dmaap%2Fdatarouter.git diff --git a/datarouter-node/pom.xml b/datarouter-node/pom.xml index 29e3ce47..133de4a3 100755 --- a/datarouter-node/pom.xml +++ b/datarouter-node/pom.xml @@ -3,6 +3,7 @@ * org.onap.dmaap * =========================================================================== * Copyright © 2017 AT&T Intellectual Property. All rights reserved. + * Modifications Copyright (C) 2018 Nokia. All rights reserved. * =========================================================================== * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -25,7 +26,7 @@ org.onap.dmaap.datarouter parent - 1.0.2-SNAPSHOT + 2.0.0-SNAPSHOT ../pom.xml datarouter-node @@ -191,12 +192,6 @@ 1.2.17 compile - - junit - junit - 4.10 - test - org.mockito mockito-core @@ -234,10 +229,10 @@ com.spotify docker-maven-plugin - 1.0.0 + ${docker.maven.plugin.version} ${onap.nexus.dockerregistry.daily}/${datarouter.node.image.name} - ${docker.location} + java:8 ${onap.nexus.dockerregistry.daily} false @@ -245,22 +240,25 @@ latest true + ["/startup.sh", "start"] - / - ${project.basedir} - - target/**/* - pom.xml - + /opt + ${project.build.directory}/opt - / - ${project.build.directory} - **/** + ${docker.location} + startup.sh + + chmod 0700 /startup.sh + + + 8080 + 8443 +