From a7e78865539166c43662e7d522286d1c25f170de Mon Sep 17 00:00:00 2001 From: Hengye Date: Thu, 19 Dec 2019 15:58:06 +0800 Subject: Create PAP Client Mornitoring Model Issue-ID: POLICY-2311 Signed-off-by: Hengye Change-Id: Ibdea465b955a61c3bae26662ab7cb2762da133e1 --- client/client-common/pom.xml | 55 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 client/client-common/pom.xml (limited to 'client/client-common/pom.xml') diff --git a/client/client-common/pom.xml b/client/client-common/pom.xml new file mode 100644 index 00000000..823df5bc --- /dev/null +++ b/client/client-common/pom.xml @@ -0,0 +1,55 @@ + + + 4.0.0 + + org.onap.policy.pap.client + client + 2.2.0-SNAPSHOT + + + client-common + pom + ${project.artifactId} + + + + + org.apache.maven.plugins + maven-assembly-plugin + + + make shared resources + + single + + package + + + src/main/assembly/resources.xml + + + + + + + + \ No newline at end of file -- cgit 1.2.3-korg