From 17ac3b089df1cc33ced623ab4150edcacd4381c6 Mon Sep 17 00:00:00 2001 From: DR695H Date: Thu, 12 Jul 2018 12:45:41 -0400 Subject: adding in a client for sdnc this will be used by people who want to build clients for the network control Change-Id: Icf6b2920746a58fbc52610fe6d0fce74542c06df Issue-ID: SDNC-382 Signed-off-by: DR695H --- client/pom.xml | 92 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 92 insertions(+) create mode 100644 client/pom.xml (limited to 'client/pom.xml') diff --git a/client/pom.xml b/client/pom.xml new file mode 100644 index 0000000..374adbf --- /dev/null +++ b/client/pom.xml @@ -0,0 +1,92 @@ + + + + + 4.0.0 + jar + org.onap.sdnc.apps + client + 1.1.0-SNAPSHOT + + ONAP :: ${project.groupId} :: ${project.artifactId} + http://wiki.onap.org + POM to be used for yang2swagger generation of client in SDNC project + + + org.onap.ccsdk.parent + client-parent + 1.1.0-SNAPSHOT + + + + 1.2.0-SNAPSHOT + + + + + + org.onap.sdnc.northbound + generic-resource-api-model + ${northbound.version} + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + + org.apache.maven.plugins + maven-dependency-plugin + + org.opendaylight.mdsal.model, org.onap.sdnc.northbound + + + + maven-antrun-plugin + + + org.opendaylight.yangtools + yang-maven-plugin + + + io.swagger + swagger-codegen-maven-plugin + + + + generate + + + + true + true + ${project.build.directory}/generated-sources/swagger + false + false + true + false + false + org.onap.sdnc.apps.client.handler + org.onap.sdnc.apps.client.model + org.onap.sdnc.apps.client.invoker + src/main/java + true + true + + + + + + + org.apache.maven.plugins + maven-source-plugin + + + + -- cgit 1.2.3-korg