From d2178bc9f7d6c06f60a3a8afecd83e428d84cd78 Mon Sep 17 00:00:00 2001 From: sebdet Date: Mon, 8 Feb 2021 14:36:11 +0100 Subject: Remove test usage of the AAF certificate Fix the broken build by removing the need of the useless certificate, a new one is now generate during the build for the tests. Issue-ID: POLICY-3036 Signed-off-by: sebdet Change-Id: I11c2ff5aac8a99c7a2b7e676d6c11bbc861a1de4 Signed-off-by: sebdet --- pom.xml | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 6125e686d..92caece96 100644 --- a/pom.xml +++ b/pom.xml @@ -1266,6 +1266,46 @@ + + + org.codehaus.mojo + keytool-maven-plugin + 1.5 + + + add-certificate-for-dev + + ${project.build.directory}/classes/clds/aaf/org.onap.clamp.p12 + China in the Spring + clamptest + PKCS12 + RSA + cn=CN, ou=OU, o=O, c=C + 365 + + + generateKeyPair + + generate-resources + + + add-certificate-for-test + + ${project.build.directory}/test-classes/clds/aaf/org.onap.clamp.p12 + China in the Spring + clamptest + PKCS12 + RSA + cn=CN, ou=OU, o=O, c=C + 365 + + + generateKeyPair + + generate-test-resources + + + -- cgit 1.2.3-korg