From 8944883589f74a9b1887469dbdba008e442edb20 Mon Sep 17 00:00:00 2001 From: Venkata Harish K Kajur Date: Tue, 9 May 2017 18:18:21 -0400 Subject: Initial commit with all the necessary files Change-Id: I2760ca1e2c661028be946a4335d07b1b7671a4b4 Signed-off-by: Venkata Harish K Kajur --- aai-schema/pom.xml | 209 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 209 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 00000000..212a53aa --- /dev/null +++ b/aai-schema/pom.xml @@ -0,0 +1,209 @@ + + + 4.0.0 + org.openecomp.aai + aai-schema + 1.2.4-SNAPSHOT + aai-schema + + UTF-8 + 1.2.4-SNAPSHOT + https://nexus.onap.org + /content/sites/site/${project.artifactId}/${project.version} + + + + org.openecomp.aai + aai-annotations + ${aai.annotations.version} + + + + + + org.codehaus.mojo + license-maven-plugin + 1.12 + + false + apache_v2 + 2017 + AT&T Intellectual Property. All rights reserved. + org.openecomp.aai + true + true + true + true + ============LICENSE_START======================================================= + ============LICENSE_END========================================================= + ================================================================================ + + **/*.java + **/*.ksh + **/*.sh + **/*.ftl + **/*.xsd + **/*.xjb + **/aai*.xml + **/*logback*.xml + **/*aaiconfig*.properties + **/*titan*.properties + + + + + first + + update-file-header + + process-sources + + + + + org.codehaus.mojo + jaxb2-maven-plugin + 2.2 + + + xjc + + xjc + + + + + + org.jvnet.jaxb2_commons + jaxb2-basics-annotate + 1.0.2 + + + org.openecomp.aai + aai-annotations + ${aai.annotations.version} + + + + ${project.build.directory}/generated-sources + + src/main/resources/aai_schema + + + + + edgetagquery\.xsd + + + + true + + -Xannotate + + src/main/xjb + + + + org.apache.maven.plugins + maven-site-plugin + 3.6 + + + org.apache.maven.wagon + wagon-webdav-jackrabbit + 2.10 + + + + + + + + + ecomp-releases + ECOMP Release Repository + ${nexusproxy}/content/repositories/releases/ + + + ecomp-snapshots + ECOMP Snapshot Repository + ${nexusproxy}/content/repositories/snapshots/ + + + ecomp-site + dav:${nexusproxy}${sitePath} + + + + + + + central + http://repo1.maven.org/maven2 + + + EvoSuite + EvoSuite Repository + http://www.evosuite.org/m2 + + + + + + AJSC + AJSC repository + https://mvnrepository.com/artifact/com.att.ajsc + + + restlet + maven reslet + https://maven.restlet.com/ + + + + central + Maven 2 repository 2 + http://repo2.maven.org/maven2/ + + + ecomp-releases + ECOMP Release Repository + ${nexusproxy}/content/repositories/releases/ + + + ecomp-staging + ECOMP Staging Repository + ${nexusproxy}/content/repositories/staging/ + + + ecomp-snapshots + ECOMP Snapshot Repository + ${nexusproxy}/content/repositories/snapshots/ + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.10.4 + + false + org.umlgraph.doclet.UmlGraphDoc + + org.umlgraph + umlgraph + 5.6 + + -views + true + + + + + + -- cgit 1.2.3-korg