From c0e8c47e202ef604b449e72556c8757764744f7d Mon Sep 17 00:00:00 2001 From: Venkata Harish K Kajur Date: Fri, 12 May 2017 17:28:40 -0400 Subject: Add all of the resources repo Change-Id: If2a9c584621f6d01eb70e9c51e05e054ef3486c4 Signed-off-by: Venkata Harish K Kajur --- pom.xml | 343 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 343 insertions(+) create mode 100644 pom.xml (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..e0f9c69 --- /dev/null +++ b/pom.xml @@ -0,0 +1,343 @@ + + + 4.0.0 + + + ajsc-archetype-parent + com.att.ajsc + 2.1.0 + + org.openecomp.aai + aai-resources-service + 1.1.0-SNAPSHOT + aai-resources-service + pom + + aai-resources + + + https://nexus.onap.org + 1.8 + 1.8 + ActiveAndAvailableInventory-CloudNetwork + ${aaiAppHome}/target/swm/package/nix/dist_files${distFilesRoot} + v1 + 2.1.0 + ${project.version} + + + /opt/app/aai-resources + /opt/app/aai-resources + ${basedir}/aai-resources + + + aaiadmin + aaiadmin + + + 8087 + 8447 + + workstation + DEV + + + 3.0.4 + int1-data.graphson + 1.1.0-SNAPSHOT + + + + 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/ + + + + + + + + jenkins-properties + + + unix + + + + + + + + runAjsc + + initialize + + + + org.codehaus.mojo + exec-maven-plugin + 1.3.2 + + + run ajsc + initialize + + java + + + + false + true + java + com.att.ajsc.runner.Runner + + com.att.ajsc + ajsc-runner + + + + ${runAjscHome} + + + ${runAjscHome}/extJars/logback-access-1.1.7.jar + ${runAjscHome}/extJars/logback-core-1.1.7.jar + ${runAjscHome}/extJars/aai-core-${aai-core.version}.jar + + + + + + AJSC_HOME + ${runAjscHome} + + + AFT_HOME + ${runAjscHome}/bundleconfig/ + + + AJSC_CONF_HOME + ${aaiAppHome}/bundleconfig-local + + + logback.configurationFile + ${aaiAppHome}/ajsc-shared-config/etc/logback.xml + + + AJSC_SHARED_CONFIG + ${aaiAppHome}/ajsc-shared-config + + + file.separator + / + + + snapshot.location + ${basedir}/aai-resources/snapshots/${snapshot.file} + + + + + AJSC_EXTERNAL_LIB_FOLDERS + ${aaiAppHome}/target/commonLibs + + + + AJSC_EXTERNAL_PROPERTIES_FOLDERS + ${aaiAppHome}/ajsc-shared-config/etc + + + + AJSC_SERVICE_NAMESPACE + ${module.ajsc.namespace.name} + + + AJSC_SERVICE_VERSION + ${module.ajsc.namespace.version} + + + SOACLOUD_SERVICE_VERSION + ${project.version} + + + server.port + ${serverPort} + + + aai-core.version + ${aai-core.version} + + + + + + context=/ + port=${serverPort} + sslport=${sslport} + + + + + + java + + + + com.att.ajsc + ajsc-runner + ${ajscRuntimeVersion} + + + + + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.1 + + groovy-eclipse-compiler + false + 1.8 + 1.8 + + + + org.codehaus.groovy + groovy-eclipse-compiler + 2.9.0-01 + + + org.codehaus.groovy + groovy-eclipse-batch + 2.3.4-01 + + + + + + + + + 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 + **/*.yml + **/*.yaml + **/aai*.xml + **/*logback*.xml + **/*aaiconfig*.properties + **/*titan*.properties + + + + + first + + update-file-header + + process-sources + + + + + + + -- cgit 1.2.3-korg