X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=7e840e688d0aa0adcedfe4c0da2cd3cee7598bb3;hb=ba87fe449285a4507244da9607620d0a7dde5e62;hp=805e226dfb4a50d4c587de39630ed0bbf6ed703d;hpb=458a85ec8dab60092a91208030ef2b31b3e545d2;p=ccsdk%2Fdistribution.git diff --git a/pom.xml b/pom.xml index 805e226d..7e840e68 100644 --- a/pom.xml +++ b/pom.xml @@ -4,17 +4,17 @@ org.onap.ccsdk.parent - odlparent-lite - 1.3.3-SNAPSHOT + oparent + 2.1.1-SNAPSHOT org.onap.ccsdk.distribution distribution-root - 0.5.2-SNAPSHOT + 1.1.1-SNAPSHOT pom ccsdk-distribution - Creates distributuon bundles for CCSDK + Creates distribution bundles for CCSDK platform-logic @@ -31,11 +31,95 @@ distribution + ${project.version} + ${project.version} yyyyMMdd'T'HHmmss'Z' + ${maven.build.timestamp} ${maven.build.timestamp} + + false + true + UTF-8 UTF-8 + + + + + + + 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 + + + + + + + + + +