X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=0b77f4924ae6284d28a828d72e83e9a8e5025c10;hb=faa407b9cd0430c1e6b8b668392fe5e33f792432;hp=47ed7c715c90274758531faa645ed6df26d4004d;hpb=3c76a64c4d8571c5a319af42fedc61b851106f6d;p=aai%2Fmodel-loader.git diff --git a/pom.xml b/pom.xml index 47ed7c7..0b77f49 100644 --- a/pom.xml +++ b/pom.xml @@ -21,26 +21,52 @@ 4.0.0 + + + ajsc-archetype-parent + com.att.ajsc + 2.0.0 + + org.openecomp.aai.model-loader model-loader 1.1.0-SNAPSHOT - war ${basedir}/target - - 1.0.0 + model-loader + v1 + 2.0.0 + /appl/${project.artifactId} + /appl/${project.artifactId}/${project.version} + ${basedir}/target/swm/package/nix/dist_files${distFilesRoot} + + + 0 + 0 + + + + aaiadmin + aaiadmin + org.openecomp.aai.dev + + workstation + DEV + provided google_checks.xml 1.8 - 1.8 + 1.8 java jacoco ${project.build.directory}/surefire-reports ${project.build.directory}/coverage-reports/jacoco.exec false ${project.version} - https://nexus.onap.org + https://nexus.onap.org @@ -122,12 +148,18 @@ org.openecomp.aai.logging-service common-logging - ${ecomp.version} + 1.0.0 + + ch.qos.logback + logback-core + 1.1.7 + + org.openecomp.sdc sdc-distribution-client - ${ecomp.version} + 1.0.0 org.json @@ -190,6 +222,118 @@ + + + runAjsc + + initialize + + + org.codehaus.mojo + exec-maven-plugin + 1.3.2 + + + initialize + + java + + + false + true + java + com.att.ajsc.runner.Runner + + com.att.ajsc + ajsc-runner + + + ${basedir}/ajsc-shared-config/etc + + + + ${runAjscHome} + + + + + + AJSC_HOME + ${runAjscHome} + + + CONFIG_HOME + ${basedir}/appconfig-local/ + + + AJSC_CONF_HOME + ${basedir}/bundleconfig-local + + + logback.configurationFile + ${basedir}/ajsc-shared-config/etc/logback.xml + + + AJSC_SHARED_CONFIG + ${basedir}/ajsc-shared-config + + + + AJSC_EXTERNAL_LIB_FOLDERS + ${basedir}/target/commonLibs + + + AJSC_EXTERNAL_PROPERTIES_FOLDERS + ${basedir}/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} + + + + + + context=// + port=${serverPort} + sslport=${sslport} + + + + + + java + + + + com.att.ajsc + ajsc-runner + ${ajscRuntimeVersion} + + + + + + + @@ -215,6 +359,9 @@ **/* + + ${basedir}/src/main/bin/ + @@ -238,7 +385,7 @@ org.apache.maven.plugins maven-dependency-plugin - 2.5.1 + 2.8 copy-agent @@ -321,49 +468,26 @@ - org.codehaus.mojo - license-maven-plugin - 1.10 - - false - - **.json - **.properties - - ============LICENSE_START======================================================= - ============LICENSE_END========================================================= - ================================================================================ - apache_v2 - 2017 - AT&T Intellectual Property. All rights reserved. - MODEL LOADER SERVICE - true - true - true - true - - . - - - **/*.json - - - xml - properties - xml - java - - - - - first - - update-file-header - - process-sources - - - + com.mycila + license-maven-plugin + 3.0 + +
License.txt
+ + src/main/java/** + src/test/java/** + +
+ + + + format + + process-sources + + +
+ org.apache.maven.plugins maven-deploy-plugin