From a33615dacc97032e0b6399aee792f5fa424e9283 Mon Sep 17 00:00:00 2001 From: marcinrzepeckiwroc Date: Fri, 8 Jan 2021 13:03:06 +0100 Subject: Update Pnf simulator version to 1.0.2 Add pom for Http Server Issue-ID: INT-1814 Signed-off-by: marcinrzepeckiwroc Change-Id: I86b18a38a4d21c42d4bf321c73ba3d2bbce24742 --- httpserver/pom.xml | 119 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 119 insertions(+) create mode 100644 httpserver/pom.xml (limited to 'httpserver/pom.xml') diff --git a/httpserver/pom.xml b/httpserver/pom.xml new file mode 100644 index 0000000..a1f0bab --- /dev/null +++ b/httpserver/pom.xml @@ -0,0 +1,119 @@ + + + + + 4.0.0 + + + org.onap.integration.simulators.pnf-simulator + integration-pnf-simulator + 1.0.2-SNAPSHOT + + + httpserver + 1.0.2-SNAPSHOT + + + UTF-8 + yyyyMMdd'T'HHmmss + nexus3.onap.org:10003 + latest + libs + ${project.build.directory}/${dependency.directory.name} + "" + + + + docker + + false + + + linux + x86_64 + ${os.detected.name}-${os.detected.arch} + + + + + io.fabric8 + docker-maven-plugin + ${docker-maven-plugin.version} + + + docker-build-image + package + + build + + + + docker-push-image + deploy + + push + + + + + ${skipDockerPush} + true + IfNotPresent + + + ${project.artifactId} + ${docker-image.namespace}/${docker-image.name.prefix}.${artifactId} + ${onap.nexus.dockerregistry.daily} + + ${project.basedir} + + ${project.version}-STAGE-${maven.build.timestamp}Z + + + + + + + + + + + + + + ecomp-releases + Integration simulators Release Repository + ${nexusproxy}${releaseNexusPath} + + + ecomp-snapshots + Integration simulators Snapshot Repository + ${nexusproxy}${snapshotNexusPath} + + + ecomp-site + dav:${nexusproxy}${sitePath} + + + + -- cgit 1.2.3-korg