X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;fp=pom.xml;h=2228b40ee4e68b986db00e02aa3fcb3d6b0f18e1;hb=ef768a7c864f0d807d8696449f5eed7a4552316f;hp=0000000000000000000000000000000000000000;hpb=7c4d2c54ff5bf1095ca7cf031f7eea96d690f9fc;p=aai%2Fmodel-loader.git diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..2228b40 --- /dev/null +++ b/pom.xml @@ -0,0 +1,372 @@ + + + + 4.0.0 + org.openecomp.aai.model-loader + model-loader + 1.0.0-SNAPSHOT + war + + + ${basedir}/target + ${dockerurl} + ${dockertag} + ${dockerlogin} + ${dockerpassword} + ${dockerregistry} + provided + google_checks.xml + 1.8 + 1.8 + + + + + maven-central + maven-central + http://central.maven.org/maven2/ + + true + never + + + false + + + + ecomp-nexus + ecomp-nexus + https://ecomp-nexus:8443/repository/maven-releases/ + + true + never + + + false + + + + + + + + + org.mockito + mockito-all + 1.10.19 + test + + + org.powermock + powermock-module-junit4 + 1.6.2 + test + + + org.powermock + powermock-api-mockito + 1.6.2 + test + + + org.powermock + powermock-module-javaagent + 1.6.2 + test + + + org.powermock + powermock-module-junit4-rule-agent + 1.6.2 + test + + + + javax.xml.bind + jaxb-api + 2.2.11 + + + com.sun.xml.bind + jaxb-impl + 2.2.11 + + + com.sun.xml.bind + jaxb-core + 2.2.11 + + + com.sun.xml.bind + jaxb-xjc + 2.2.11 + + + org.eclipse.persistence + org.eclipse.persistence.moxy + 2.6.2 + compile + + + com.sun.jersey + jersey-client + 1.18 + + + + org.openecomp.cl + common-logging + 1.0.0-SNAPSHOT + + + + org.openecomp.sdc + sdc-distribution-client + 1.1.2 + + + org.json + json + 20131018 + + + + org.eclipse.jetty + jetty-security + 9.3.8.RC0 + + + + org.springframework + spring-webmvc + 4.0.0.RELEASE + + + jline + jline + 2.12.1 + + + + + + + + org.apache.maven.plugins + maven-dependency-plugin + 2.5.1 + + + copy-agent + process-test-classes + + copy + + + + + org.powermock + powermock-module-javaagent + 1.6.2 + ${project.build.directory}/agents + powermock-javaagent.jar + + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.12.4 + + -javaagent:${project.build.directory}/agents/powermock-javaagent.jar + -noverify + + + + org.codehaus.mojo + jaxb2-maven-plugin + 2.2 + + + xjc + + xjc + + + + + false + ${project.build.directory}/generated-sources + + ${project.basedir}/src/main/resources/schema + + true + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.1 + + + org.apache.maven.plugins + maven-resources-plugin + 2.7 + + + copy-docker-file + package + + copy-resources + + + target + true + + + ${basedir}/src/main/docker + true + + **/* + + + + + + + + + com.spotify + docker-maven-plugin + 0.4.11 + + ${docker.url} + ${docker.registry} + + ${docker.login} + ${docker.password} + + ${docker.registry}/ecomp/${project.artifactId} + ${docker.location} + https://${docker.registry} + + ${docker.imagetag} + latest + + true + + + + + com.blackducksoftware.integration + hub-maven-plugin + 1.0.4 + false + + ${project.basedir/target} + + + + create-bdio-file + package + + createHubOutput + + + + + + + + org.apache.maven.plugins + maven-site-plugin + 3.3 + + + + org.apache.maven.plugins + maven-checkstyle-plugin + 2.17 + + + + checkstyle + + + + + + + + + + + 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 + + + + + + +