From e35744d33b2633200362b841d1accffafa6fb94d Mon Sep 17 00:00:00 2001 From: "Determe, Sebastien (sd378r)" Date: Tue, 29 Aug 2017 04:21:41 -0700 Subject: FIx the POM for HTTPS param and jks file in test There was an error for the HTTPS test because the keystore was filtered by maven + remove some useless stuffs + add some execution ID as defined in the oparent Change-Id: I3a299bd9790ae2e3db8dca82722bad1ad4f8c284 Issue-Id: CLAMP-43 Signed-off-by: Determe, Sebastien (sd378r) --- pom.xml | 87 +++++++++++++++++++++++++++++++++++++++++------------------------ 1 file changed, 55 insertions(+), 32 deletions(-) diff --git a/pom.xml b/pom.xml index 7cd98735..99d6e135 100644 --- a/pom.xml +++ b/pom.xml @@ -1,4 +1,27 @@ + + 4.0.0 @@ -7,7 +30,7 @@ 1.0.1-SNAPSHOT ONAP CLAMP - + org.onap.oparent oparent 1.0.0-SNAPSHOT @@ -290,6 +313,7 @@ swagger-annotations 1.5.8 + com.att.ajsc @@ -379,7 +403,6 @@ - com.fasterxml.jackson.core jackson-databind @@ -419,10 +442,18 @@ src/test/resources + + **/*.jks + + true + + + src/test/resources/https - **/* + **.jks - true + false + https @@ -437,17 +468,8 @@ true - - src/main/doxygen - - **/* - - true - - - org.apache.maven.plugins @@ -627,7 +649,7 @@ push - ${docker.push.registry}/onap/clamp + ${docker.push.registry}/onap/clamp ${skip.docker.push} @@ -650,6 +672,7 @@ + integration-tests integration-test verify @@ -732,7 +755,7 @@ - jacoco-unit-tests + pre-unit-test prepare-agent @@ -742,7 +765,7 @@ - jacoco-integration-tests + pre-integration-test pre-integration-test prepare-agent @@ -753,22 +776,22 @@ - - merge - - post-integration-test - - - - ${project.build.directory}/coverage-reports - - *.exec - - - - ${project.build.directory}/jacoco-dev.exec - - + + merge + + post-integration-test + + + + ${project.build.directory}/coverage-reports + + *.exec + + + + ${project.build.directory}/jacoco-dev.exec + + -- cgit 1.2.3-korg