X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=cbb6c89b26bfe7d581788304db20cf5e70c3299a;hb=refs%2Ftags%2F1.2.0;hp=b1addce06d8c19dc2cc1a85a8c7ee2455b696648;hpb=2afb730fb2aeaecdb7eaf74036e36220c857e282;p=ccsdk%2Fapps.git diff --git a/pom.xml b/pom.xml index b1addce0..cbb6c89b 100755 --- a/pom.xml +++ b/pom.xml @@ -5,13 +5,13 @@ org.onap.ccsdk.parent odlparent-lite - 1.2.1-SNAPSHOT + 2.2.1 org.onap.ccsdk.apps ccsdk-apps - 0.4.1-SNAPSHOT + 1.2.0-SNAPSHOT pom ccsdk-apps @@ -34,12 +34,14 @@ Note: coverage for now is invalid and is failing to load because of: "Cannot import coverage information for file '{file}', coverage data is invalid." see https://github.com/jacoco/jacoco/issues/763 - That issue has been fixed in 0.8.3 but haven't yet been release. --> + That issue has been fixed in 0.8.3 , so we override the default ONAP + version here to pick up that fix --> ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml + 0.8.3 - components + services ms @@ -48,7 +50,6 @@ org.jacoco jacoco-maven-plugin - ${jacoco.version} @@ -69,34 +70,72 @@ - - - com.blackducksoftware.integration - hub-maven-plugin - 1.4.0 - false - - ${project.name} - ${project.basedir} - - - - create-bdio-file - package - - createHubOutput - - - - - - - - + + + com.blackducksoftware.integration + hub-maven-plugin + 1.4.0 + false + + ${project.name} + ${project.basedir} + + + + create-bdio-file + package + + createHubOutput + + + + + + + + + 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 + + + + + + + - -