X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=0c9da6ef09feba0e89e45a849fab21abf4c40bb4;hb=578368fce559ad28eb3bc62064e4c39858fa3339;hp=72018ea0064a096953c2becd7ec88e994a9d696d;hpb=61293a3007c4a582a4ebfbf33c5d5c9278f0ef8e;p=aai%2Fmodel-loader.git diff --git a/pom.xml b/pom.xml index 72018ea..0c9da6e 100644 --- a/pom.xml +++ b/pom.xml @@ -21,19 +21,69 @@ 4.0.0 + + + ajsc-archetype-parent + com.att.ajsc + 2.0.0 + + org.openecomp.aai.model-loader model-loader - 1.0.0-SNAPSHOT - war + 1.1.0-SNAPSHOT ${basedir}/target + 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 + + + 1.0.0 + 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 + + + ecomp-releases + ECOMP Release Repository + ${nexusproxy}/content/repositories/releases/ + + + ecomp-snapshots + ECOMP Snapshot Repository + ${nexusproxy}/content/repositories/snapshots/ + + org.mockito @@ -101,12 +151,18 @@ org.openecomp.aai.logging-service common-logging - 1.0.0-SNAPSHOT + ${ecomp.version} + + ch.qos.logback + logback-core + 1.1.7 + + org.openecomp.sdc sdc-distribution-client - 0.9.0 + ${ecomp.version} org.json @@ -154,16 +210,133 @@ ecomp-releases ECOMP Release Repository - https://nexus.openecomp.org/content/repositories/releases/ + ${nexusproxy}/content/repositories/releases/ ecomp-snapshots ECOMP Snapshot Repository - https://nexus.openecomp.org/content/repositories/snapshots/ + ${nexusproxy}/content/repositories/snapshots/ + + + ecomp-staging + ECOMP Staging Repository + ${nexusproxy}/content/repositories/staging/ + + + 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} + + + + + + + @@ -189,6 +362,9 @@ **/* + + ${basedir}/src/main/bin/ + @@ -204,7 +380,6 @@ ${docker.push.registry}/openecomp/${project.artifactId} ${docker.location} - ${docker.imagetag} latest true @@ -240,8 +415,7 @@ maven-surefire-plugin 2.12.4 - -javaagent:${project.build.directory}/agents/powermock-javaagent.jar - -noverify + -noverify ${argLine} @@ -297,49 +471,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 @@ -347,6 +498,43 @@ true + + org.codehaus.mojo + sonar-maven-plugin + 3.2 + + + org.jacoco + jacoco-maven-plugin + 0.7.7.201606060606 + + true + + + + jacoco-initialize-unit-tests + + prepare-agent + + + ${project.build.directory}/coverage-reports/jacoco.exec + + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + ${nexusproxy} + 176c31dfe190a + ecomp-staging + + +