X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=southbound%2Fsouthbound-impl%2Fpom.xml;h=13d215cf9612a1d0130e11b275bc782561bbfe86;hb=01ea0c0a68d902a492317b0276635db335b5f78f;hp=f3dd04db6a463d746aa04feea49ee53d7a16c60a;hpb=c7d344f8fbaa9aa0476898eb4ca167377d0f5c69;p=ovsdb.git diff --git a/southbound/southbound-impl/pom.xml b/southbound/southbound-impl/pom.xml index f3dd04db6..13d215cf9 100644 --- a/southbound/southbound-impl/pom.xml +++ b/southbound/southbound-impl/pom.xml @@ -11,18 +11,40 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.controller config-parent - 0.3.0-SNAPSHOT + 0.4.0-SNAPSHOT 4.0.0 org.opendaylight.ovsdb southbound-impl - 1.1.0-SNAPSHOT + 1.2.1-SNAPSHOT bundle + 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 + http://www.eclipse.org/legal/epl-v10.html + + + + + Sam Hague + shague@gmail.com + https://github.com/shague + + + + scm:git:ssh://git.opendaylight.org:29418/ovsdb.git + scm:git:ssh://git.opendaylight.org:29418/ovsdb.git + HEAD + https://wiki.opendaylight.org/view/OVSDB_Integration:Main + 1.5.2 + ../southbound-it/target/jacoco-it.exec @@ -54,6 +76,11 @@ and is available at http://www.eclipse.org/legal/epl-v10.html junit test + + org.slf4j + slf4j-simple + test + org.powermock powermock-api-mockito @@ -66,6 +93,12 @@ and is available at http://www.eclipse.org/legal/epl-v10.html ${powermock.version} test + + org.codehaus.sonar-plugins.java + sonar-jacoco-listeners + ${sonar-jacoco-listeners.version} + test + @@ -74,8 +107,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html maven-bundle-plugin - !org.opendaylight.ovsdb.lib.osgi,org.opendaylight.ovsdb.lib.*,org.opendaylight.ovsdb.schema.openvswitch - org.opendaylight.ovsdb.southbound.*,org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.southbound.impl.rev141210 + + org.opendaylight.ovsdb.southbound.*, + org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.southbound.impl.rev141210.* @@ -83,12 +117,19 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.apache.maven.plugins maven-checkstyle-plugin - - ${project.basedir}/../../commons/parent/src/main/resources/ovsdb_checks.xml - true - **/*.java,**/*.xml,**/*.ini,**/*.sh,**/*.bat - **/yang/ + + + + org.apache.maven.plugins + maven-surefire-plugin + + + + listener + org.sonar.java.jacoco.JUnitListener + + @@ -97,5 +138,4 @@ and is available at http://www.eclipse.org/legal/epl-v10.html -