X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=utils%2Fconfig%2Fpom.xml;h=b766379612af9d6b6ab73c5c5f997591cd9cdaa2;hb=refs%2Fchanges%2F15%2F52715%2F6;hp=8e414710ba9d4377a69b99f0f8624443f9025734;hpb=4307956987282ed4701320ac49d89b0cc3f9ac55;p=ovsdb.git diff --git a/utils/config/pom.xml b/utils/config/pom.xml index 8e414710b..b76637961 100644 --- a/utils/config/pom.xml +++ b/utils/config/pom.xml @@ -1,6 +1,6 @@ + ODL :: ovsdb :: ${project.artifactId} jar The OVSDB Plugin integration project is a project for OpenDaylight that will implement the Open vSwitch Database RFC 7047 management protocol allowing the Southbound configuration of vSwitches and a network virtualization implementation. - https://wiki.opendaylight.org/view/OVSDB_Integration:Main Eclipse Public License v1.0 @@ -45,34 +46,67 @@ and is available at http://www.eclipse.org/legal/epl-v10.html https://wiki.opendaylight.org/view/OVSDB_Integration:Main - - 1.5.2 - - org.mockito mockito-core + 1.10.19 test org.powermock powermock-api-mockito test - ${powermock.version} org.powermock powermock-core - ${powermock.version} test org.powermock powermock-module-junit4 test - ${powermock.version} + + + + + org.jacoco + jacoco-maven-plugin + + + default-instrument + + instrument + + + + default-restore-instrumented-classes + + restore-instrumented-classes + + + + + + + + + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + +