X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=pom.xml;h=b2d217e18200c4effaf8290f28a97e745d0d980e;hb=eb74edf3bc56bbbfb29bd401c23bfe55cd1362c6;hp=b81589b947492b14a3b790caf689a1ab786c2d8e;hpb=fbdffae09411d49c760f119e1a9f77487e37bc34;p=bgpcep.git diff --git a/pom.xml b/pom.xml index b81589b947..b2d217e182 100644 --- a/pom.xml +++ b/pom.xml @@ -8,24 +8,17 @@ and is available at http://www.eclipse.org/legal/epl-v10.html --> - 4.0.0 - - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - scm:git:ssh://git.opendaylight.org:29418/bgpcep.git - https://wiki.opendaylight.org/view/BGP_LS_PCEP:Main - HEAD - org.opendaylight.odlparent odlparent-lite - 3.1.3 + 8.0.0 org.opendaylight.bgpcep bgpcep-aggregator - 0.11.0-SNAPSHOT + 0.15.0-SNAPSHOT pom bgpcep BGPCEP top-level aggregator @@ -47,8 +40,10 @@ util + graph bgp bmp + algo pcep programming rsvp @@ -63,14 +58,13 @@ distribution-karaf + + true + true + + - - maven-deploy-plugin - - true - - org.apache.maven.plugins maven-javadoc-plugin @@ -104,16 +98,52 @@ - - - karaf - - true - + + + karaf + + true + - - distribution-karaf - - - + + distribution-karaf + + + + sonar-jacoco-aggregate + + + odl.jacoco.aggregateFile + + + + + + org.jacoco + jacoco-maven-plugin + + + merge + + merge + + generate-resources + + ${odl.jacoco.aggregateFile} + + + ${project.basedir} + + **/target/code-coverage/*.exec + + + + + + + + + + +