X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=955ce588618a4215b6cf3aa73c7fca1d15d6beca;hb=0eb7bd9264c4fb537ada19f02fd8047447b1a9d2;hp=11c6a35ba4be12c875a9cca644a89ee6650001ff;hpb=8d5d886f9290aec88300cd8daf4cbada292dcfbf;p=aai%2Fmodel-loader.git diff --git a/pom.xml b/pom.xml index 11c6a35..955ce58 100644 --- a/pom.xml +++ b/pom.xml @@ -17,23 +17,71 @@ limitations under the License. ============LICENSE_END========================================================= --> - 4.0.0 - org.openecomp.aai.model-loader + + + ajsc-archetype-parent + com.att.ajsc + 2.0.0 + + + org.onap.aai.model-loader model-loader - 1.0.0-SNAPSHOT - war - + 1.2.0-SNAPSHOT + aai-model-loader + ${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 + 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 @@ -53,17 +101,17 @@ 1.6.2 test - - org.powermock - powermock-module-javaagent - 1.6.2 - test - org.powermock powermock-module-junit4-rule-agent 1.6.2 test + + + powermock-module-javaagent + org.powermock + + @@ -99,78 +147,196 @@ - org.openecomp.aai.logging-service + org.onap.aai.logging-service common-logging - 1.0.0-SNAPSHOT + 1.1.0 + + + ch.qos.logback + logback-core + 1.1.7 + + + org.openecomp.sdc.sdc-distribution-client + sdc-distribution-client + 1.1.32 - org.openecomp.sdc - sdc-distribution-client - 0.9.0 + org.apache.httpcomponents + httpclient + 4.5 org.json json 20131018 - - org.eclipse.jetty - jetty-security - 9.3.8.RC0 + org.eclipse.jetty + jetty-security + 9.3.8.RC0 + + + org.springframework + spring-webmvc + 4.0.0.RELEASE + + + jline + jline + 2.12.1 - - - org.springframework - spring-webmvc - 4.0.0.RELEASE - - - jline - jline - 2.12.1 - - - - - - - central - http://repo1.maven.org/maven2 - - - EvoSuite - EvoSuite Repository - http://www.evosuite.org/m2 - - - - - central - Maven 2 repository 2 - http://repo2.maven.org/maven2/ - - - ecomp-releases - ECOMP Release Repository - https://nexus.openecomp.org/content/repositories/releases/ - - - ecomp-snapshots - ECOMP Snapshot Repository - https://nexus.openecomp.org/content/repositories/snapshots/ - - always - - - always - - - - + + + + central + http://repo1.maven.org/maven2 + + + EvoSuite + EvoSuite Repository + http://www.evosuite.org/m2 + + + + + central + Maven 2 repository 2 + http://repo2.maven.org/maven2/ + + + ecomp-releases + ECOMP Release Repository + ${nexusproxy}/content/repositories/releases/ + + + ecomp-snapshots + ECOMP Snapshot Repository + ${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} + + + + + + + + @@ -195,6 +361,9 @@ **/* + + ${basedir}/src/main/bin/ + @@ -204,12 +373,12 @@ com.spotify docker-maven-plugin 0.4.11 - - nexus3.openecomp.org:10003 - ${docker.push.registry}/openecomp/${project.artifactId} + + true + docker-hub + ${docker.push.registry}/onap/${project.artifactId} ${docker.location} - ${docker.imagetag} latest true @@ -218,7 +387,7 @@ org.apache.maven.plugins maven-dependency-plugin - 2.5.1 + 2.8 copy-agent @@ -245,8 +414,7 @@ maven-surefire-plugin 2.12.4 - -javaagent:${project.build.directory}/agents/powermock-javaagent.jar - -noverify + -noverify ${argLine} @@ -275,7 +443,7 @@ maven-compiler-plugin 3.1 - + @@ -299,61 +467,74 @@ - - - - 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 - - - - - org.apache.maven.plugins - maven-deploy-plugin - - true - - - + + + + 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 + + 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 + + + +
- - +