X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=f1ce155b4356d8b976e769d5df57e1e6f83f1a94;hb=5f029a33ae5cbe2133273622c0800ac09c64898a;hp=e6f1280694ea77daf34cb768753cc69baab36271;hpb=fc3e465494fa354de2a74675a5127fc6446780e5;p=oparent.git diff --git a/pom.xml b/pom.xml index e6f1280..f1ce155 100644 --- a/pom.xml +++ b/pom.xml @@ -1,6 +1,7 @@ 4.0.0 - - org.onap.oparent - version - 1.0.0-SNAPSHOT - version - oparent - oparent + org.onap.oparent + version + 1.2.1-SNAPSHOT pom - - scm:git:ssh://git.onap.org:29418/oparent.git - scm:git:ssh://git.onap.org:29418/oparent.git - HEAD - https://wiki.onap.org/display/DW/Integration+Project - - version checkstyle license + oparent + oparent-python + dependencies + dependencies-clm - 0.7.7.201606060606 - 3.2 - jacoco - - target/code-coverage/jacoco-ut.exec - target/code-coverage/jacoco-it.exec - - **/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/** - - ${basedir}/src/main/resources/swagger.properties - - - ${basedir}/src/main/resources/swagger.json + 1.8 + 1.8 + UTF-8 + UTF-8 + https://nexus.onap.org + + /content/sites/site/${project.groupId}/${project.artifactId}/${project.version} + + https://nexus.onap.org/content/sites/raw + + https://nexus.onap.org/service/local/repositories/raw/content + + ecomp-raw + + nexus3.onap.org:10003 + nexus3.onap.org:10002 - - - - generate-json - - - ${swagger-properties} - - - swagger-sdk.generate-json - - - - - - org.codehaus.mojo - properties-maven-plugin - 1.0.0 - - - initialize - - read-project-properties - - - - ${basedir}/src/main/resources/swagger.properties - - - - - - - com.github.kongchen - swagger-maven-plugin - 3.1.4 - - - - ${api-rest-package} - http,https - ${api-host-ip}:${api-host-port} - ${api-base-path} - - ${api-title} - ${api-version} - ${api-description} - - ${api-license} - - - ${basedir}/src/main/resources - - - - - - compile - - generate - - - - - - org.apache.maven.plugins - maven-install-plugin - 2.3.1 - - - install-file-id - install - - install-file - - - ${basedir}/src/main/resources/swagger.json - ${project.groupId} - ${project.artifactId}-swagger-schema - ${project.version} - json - - - - - - - - - generate-sdk - - - ${swagger-json} - - - swagger-sdk.generate-java-sdk - - - - - - org.apache.maven.plugins - maven-antrun-plugin - 1.8 - - - initialize - ant-create-script - - true - - - - - - - - - - - - - - - - - - - - - - - - - - - run - - - - - - ant-contrib - ant-contrib - 1.0b3 - - - ant - ant - - - - - - - io.swagger - swagger-codegen-maven-plugin - 2.2.1 - - - - generate - - - ${basedir}/src/main/resources/swagger.json - ${project.build.directory}/generated-sources - java - - joda - - jersey2 - ${project.groupId} - ${project.artifactId}-java-sdk - ${project.version} - ${project.groupId}.${project.artifactId}.client.model - ${project.groupId}.${project.artifactId}.client.api - ${project.groupId}.${project.artifactId}.client.invoker - - - - - - exec-maven-plugin - org.codehaus.mojo - 1.5.0 - - - swagger-generate-sources - generate-sources - - exec - - - ${project.build.directory}${file.separator}${swagger.sdk.script.file} - - - - - - org.apache.maven.plugins - maven-clean-plugin - 3.0.0 - - - clean-generated-files - generate-sources - - clean - - - - - ${project.build.directory}/generated-sources - - - - - - - - - - - org.onap.msb.swagger-sdk - swagger-sdk - 1.0.0-SNAPSHOT - - - - + + + ecomp-releases + ${onap.nexus.url}/content/repositories/releases + + + ecomp-snapshots + ${onap.nexus.url}/content/repositories/snapshots + + - maven-checkstyle-plugin - 2.17 - - - org.onap.oparent - checkstyle - 1.0.0-SNAPSHOT - - - org.onap.oparent - onap-license - 1.0.0-SNAPSHOT - - + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true - - onap-java-style.xml - - ${project.build.sourceDirectory}/src/main/java - true - true - true - - - false - true + ${onap.nexus.url} + 176c31dfe190a + ecomp-staging - - - check-license - - check - - process-sources - - check-license.xml - apache-license-2.regexp.txt - false - true - false - ${project.build.sourceDirectory} - - - false - true - - - - check-style - - check - - process-sources - - - org.jacoco - jacoco-maven-plugin - ${jacoco.version} + org.apache.maven.plugins + maven-deploy-plugin + + 2.8 - - - **/gen/** - **/generated-sources/** - **/yang-gen/** - **/pax/** - + - - - - pre-unit-test - - prepare-agent - - - - ${project.build.directory}/code-coverage/jacoco-ut.exec - - surefireArgLine - - - - - post-unit-test - test - - report - - - - ${project.build.directory}/code-coverage/jacoco-ut.exec - - ${project.reporting.outputDirectory}/jacoco-ut - - - - pre-integration-test - pre-integration-test - - prepare-agent - - - - ${project.build.directory}/code-coverage/jacoco-it.exec - - failsafeArgLine - - - - - post-integration-test - post-integration-test - - report - - - - ${project.build.directory}/code-coverage/jacoco-it.exec - - ${project.reporting.outputDirectory}/jacoco-it - - - org.apache.maven.plugins - maven-surefire-plugin - 2.19.1 - - - ${surefireArgLine} - - - **/IT*.java - - + maven-site-plugin + 3.6 + + + org.apache.maven.wagon + wagon-webdav-jackrabbit + 2.10 + + org.apache.maven.plugins - maven-failsafe-plugin - 2.19.1 + maven-enforcer-plugin + 3.0.0-M1 - - integration-tests + enforce-no-snapshots - integration-test - verify + enforce - - ${failsafeArgLine} + + + false + true + ERROR + + - - - org.sonarsource.scanner.maven - sonar-maven-plugin - 3.3.0.603 - + + + org.sonarsource.scanner.maven + sonar-maven-plugin + 3.2 + - maven-checkstyle-plugin + org.sonatype.plugins + nexus-staging-maven-plugin - org.codehaus.mojo - build-helper-maven-plugin - 1.12 - - - - org.jacoco - jacoco-maven-plugin + org.apache.maven.plugins + maven-deploy-plugin org.apache.maven.plugins - maven-surefire-plugin + maven-site-plugin org.apache.maven.plugins - maven-failsafe-plugin + maven-enforcer-plugin