From ab3fcaea72ce4acbe670fed9a0f43f9850859374 Mon Sep 17 00:00:00 2001 From: kurczews Date: Mon, 11 Feb 2019 07:35:10 +0100 Subject: Rework on simplified local setup * drop manual-build step * reuse images already hosted in remotes Issue-ID: AAI-2049 Change-Id: I7d854734d115b2de3330ee6934d5744b3a1ad17b Signed-off-by: kurczews --- local-setup/pom.xml | 209 ---------------------------------------------------- 1 file changed, 209 deletions(-) delete mode 100644 local-setup/pom.xml (limited to 'local-setup/pom.xml') diff --git a/local-setup/pom.xml b/local-setup/pom.xml deleted file mode 100644 index a2c1c22..0000000 --- a/local-setup/pom.xml +++ /dev/null @@ -1,209 +0,0 @@ - - - - 4.0.0 - - org.onap.aai.aai-common - local-setup - 1.4.1-SNAPSHOT - - - - integration-test - - false - - - - docker-proxy - - - - env.http_proxy - - - - ${env.http_proxy} - - - - - - 1.8 - 1.8 - true - - - onap/aai-janus-dev - onap/aai-haproxy-dev - ${project.basedir}/src/main/docker/janusgraph - ${project.basedir}/src/main/docker/haproxy - 8443 - - - 3.11.1 - 1.6 - 0.28.0 - 6.0 - 2.9.8 - 1.5.0 - 2.4.0 - 4.12 - - - - - - org.apache.commons - commons-csv - ${commons-csv.version} - - - com.github.kevinsawicki - http-request - ${http-request.version} - - - - - com.fasterxml.jackson.core - jackson-databind - ${jackson-databind.version} - test - - - com.jayway.jsonpath - json-path - ${json-path.version} - test - - - org.skyscreamer - jsonassert - ${jsonassert.version} - test - - - - - junit - junit - ${junit.version} - test - - - org.assertj - assertj-core - ${assertj-core.version} - test - - - - - - - io.fabric8 - docker-maven-plugin - ${docker-maven-plugin.version} - - ${skipITs} - true - - - aai-storage - ${docker.name.janusgraph} - - ${docker.dir.janusgraph} - - - true - - - - aai-haproxy - ${docker.name.haproxy} - - ${docker.dir.haproxy} - - - - - - localhost - - - 9200 - 8182 - - - - - - compose - - - - - - - build - package - - build - - - - setup-IT - pre-integration-test - - start - - - - teardown-IT - post-integration-test - - stop - - - - - - org.apache.maven.plugins - maven-failsafe-plugin - 3.0.0-M3 - - - - integration-test - verify - - - - - - - - \ No newline at end of file -- cgit 1.2.3-korg