X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=7be9d768589bc6e284c868efff0271068b0464d3;hb=3fd78f0012ab8228a36acd4e9ccbcfa3c21ecbcf;hp=851307b6b1e0b79d197c2960330b7b830a8b1cf3;hpb=e7cfae5dc0eb888487c6988678bcc99b2dad04c1;p=ccsdk%2Fdistribution.git diff --git a/pom.xml b/pom.xml index 851307b6..7be9d768 100644 --- a/pom.xml +++ b/pom.xml @@ -4,17 +4,17 @@ org.onap.ccsdk.parent - odlparent-lite - 1.2.1-SNAPSHOT + oparent + 2.3.3 org.onap.ccsdk.distribution distribution-root - 0.4.1-SNAPSHOT + 1.4.0-SNAPSHOT pom ccsdk-distribution - Creates distributuon bundles for CCSDK + Creates distribution bundles for CCSDK platform-logic @@ -26,30 +26,102 @@ dgbuilder dgbuilder-docker ansible-server + saltstack-server distribution + ${project.version} + 1.5.0-SNAPSHOT + 1.4.0-SNAPSHOT + ${project.version} yyyyMMdd'T'HHmmss'Z' + ${maven.build.timestamp} ${maven.build.timestamp} + + false + true + UTF-8 UTF-8 - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.7 - true - - https://${onap.nexus.host} - ${onap.nexus.staging.profile-id} - ${onap.nexus.staging.server-id} - - + + + + + org.apache.maven.plugins + maven-enforcer-plugin + 3.0.0-M2 + + + enforce-no-snapshots + + enforce + + + + + false + true + + org.onap.ccsdk.*:* + + WARN + + + + + + + + + dependency-list + + + + com.github.ferstl + depgraph-maven-plugin + + + validate + false + + aggregate + + + + + + org.codehaus.mojo + build-helper-maven-plugin + + + attach-artifacts + package + false + + attach-artifact + + + + + ${dependency-list.file} + txt + dependencies + + + + + + + + + +