From d8393a8b7a51ed28e95cddac2350d6a20f31f953 Mon Sep 17 00:00:00 2001 From: "Kajur, Harish (vk250x)" Date: Thu, 13 Dec 2018 08:37:13 -0500 Subject: Move the aai-schema, annotations and schema generation code from the aai-common repo to the schema service repo as aai-schema should be in the schema service and all code related to it such as generation of the schema code should also be moved to the service Issue-ID: AAI-2002 Change-Id: Ia792d5ae8822642b1816a0e9664bb21fa511e24f Signed-off-by: Kajur, Harish (vk250x) --- aai-schema/pom.xml | 150 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 150 insertions(+) create mode 100644 aai-schema/pom.xml (limited to 'aai-schema/pom.xml') diff --git a/aai-schema/pom.xml b/aai-schema/pom.xml new file mode 100644 index 0000000..311a50b --- /dev/null +++ b/aai-schema/pom.xml @@ -0,0 +1,150 @@ + + + + 4.0.0 + + org.onap.aai.schema-service + schema-service + 1.0.0-SNAPSHOT + + aai-schema + aai-schema + 1.0.0-SNAPSHOT + + https://nexus.onap.org + + src/main/resources/onap/aai_schema + src/main/xjb/bindings-onap.xjb + + + + + org.onap.aai.schema-service + aai-annotations + ${project.version} + + + junit + junit + 4.12 + test + + + commons-io + commons-io + RELEASE + test + + + + + + org.codehaus.mojo + jaxb2-maven-plugin + 2.2 + + + xjc + + xjc + + + ${project.build.directory}/generated-sources + + ${aai.xsd.source} + + + ${aai.bindings.source} + + + + + edgetagquery\.xsd + + + + true + + -Xannotate + + + + + + + org.jvnet.jaxb2_commons + jaxb2-basics-annotate + 1.0.2 + + + org.onap.aai.schema-service + aai-annotations + ${project.version} + + + + + org.apache.maven.plugins + maven-source-plugin + + + org.apache.maven.plugins + maven-site-plugin + + + org.apache.maven.plugins + maven-deploy-plugin + + + org.sonatype.plugins + nexus-staging-maven-plugin + + + + + src/main/resources + false + + **/* + + + + + + + + + central + http://repo1.maven.org/maven2 + + + EvoSuite + EvoSuite Repository + http://www.evosuite.org/m2 + + + + -- cgit 1.2.3-korg