From a94302f0e4af0d6136d1c694cfae12abc175dc55 Mon Sep 17 00:00:00 2001 From: eikrwaq Date: Wed, 23 May 2018 14:08:29 +0100 Subject: Adding apex utiliites and basic-model module Change-Id: Ib72677912eb5ac4b872e555f24570c86a627802f Issue-ID: POLICY-855 Signed-off-by: waqas.ikram --- model/basic-model/pom.xml | 121 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 121 insertions(+) create mode 100644 model/basic-model/pom.xml (limited to 'model/basic-model/pom.xml') diff --git a/model/basic-model/pom.xml b/model/basic-model/pom.xml new file mode 100644 index 000000000..df25dcbc0 --- /dev/null +++ b/model/basic-model/pom.xml @@ -0,0 +1,121 @@ + + + + 4.0.0 + + + org.onap.policy.apex.apex-pdp.model + model + 2.0.0-SNAPSHOT + + + basic-model + ${project.artifactId} + Basic Models used and model handling in Apex + + + + org.onap.policy.apex.apex-pdp.model + utiliites + ${project.version} + + + org.eclipse.persistence + eclipselink + 2.6.2 + + + org.apache.derby + derby + 10.13.1.1 + test + + + + + + + org.codehaus.mojo + exec-maven-plugin + + + generate-xml-schema + process-classes + + java + + + org.onap.apex.model.basicmodel.handling.ApexSchemaGenerator + compile + + org.onap.apex.model.basicmodel.concepts.AxModel + ${project.build.directory}/model/xml/apex-basic-model.xsd + + + + + + + + + + + only-eclipse + + + m2e.version + + + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + org.codehaus.mojo + exec-maven-plugin + 1.2.1 + + java + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit 1.2.3-korg