X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=openstack%2Fnet-virt-it%2Fpom.xml;h=40bc3539f9f2e977164008687422ae814bc9c409;hb=3e8f5e701be9b8ac5ea288d6c644b85661571803;hp=29cd6266dd187f279826cbc9f6e2b43d68cfa981;hpb=ab9ee5b3c314724341b7902ace97b0318bf530aa;p=ovsdb.git diff --git a/openstack/net-virt-it/pom.xml b/openstack/net-virt-it/pom.xml index 29cd6266d..40bc3539f 100644 --- a/openstack/net-virt-it/pom.xml +++ b/openstack/net-virt-it/pom.xml @@ -9,15 +9,15 @@ and is available at http://www.eclipse.org/legal/epl-v10.html - org.opendaylight.controller - config-parent - 0.4.0-SNAPSHOT - + org.opendaylight.ovsdb + it + 1.3.0-SNAPSHOT + ../../commons/it 4.0.0 org.opendaylight.ovsdb openstack.net-virt-it - 1.2.0-SNAPSHOT + 1.3.0-SNAPSHOT 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 @@ -40,12 +40,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html HEAD https://wiki.opendaylight.org/view/OVSDB_Integration:Main + - true - 2.4 - ${env.PWD} - ${root.directory}/target/code-coverage/jacoco-it.exec + org.opendaylight.ovsdb + karaf + ${project.version} + zip + @@ -58,7 +60,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.controller config-artifacts - 0.4.0-SNAPSHOT + 0.5.0-SNAPSHOT pom import @@ -83,7 +85,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html ${project.groupId} features-ovsdb - 1.2.0-SNAPSHOT + 1.3.0-SNAPSHOT features xml @@ -91,183 +93,26 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.controller config-util - - - org.ops4j.pax.exam - pax-exam-container-karaf - compile - - - org.ops4j.pax.exam - pax-exam-junit4 - compile - - - org.ops4j.pax.exam - pax-exam - compile - - - org.ops4j.pax.url - pax-url-aether - compile - - - javax.inject - javax.inject - 1 - compile - - - org.apache.karaf.features - org.apache.karaf.features.core - ${karaf.version} - compile - - - org.osgi - org.osgi.core - compile - - - junit - junit - compile - org.codehaus.sonar-plugins.java sonar-jacoco-listeners - ${sonar-jacoco-listeners.version} test - org.apache.maven.plugins - maven-failsafe-plugin - - - - - - listener - org.sonar.java.jacoco.JUnitListener - - - - - - - - - integration-test - verify - - - ${project.build.directory}/surefire-reports - ${skip.integrationtest} - - - + org.jacoco + jacoco-maven-plugin - - org.apache.servicemix.tooling - depends-maven-plugin - 1.2 - - - generate-depends-file - - generate-depends-file - - - - - - - org.jacoco - jacoco-maven-plugin - - - prepare-ut-agent - - prepare-agent - - - ${sonar.jacoco.reportPath} - - - - prepare-it-agent - - prepare-agent-integration - - - true - ${sonar.jacoco.itReportPath} - - - - default-report - - report - - - ${sonar.jacoco.reportPath} - - - - default-report-integration - - report-integration - - - ${sonar.jacoco.itReportPath} - - - org.apache.maven.plugins - maven-surefire-plugin - - - - - - listener - org.sonar.java.jacoco.JUnitListener - - - - - + maven-failsafe-plugin - - - integrationtest - - false - - - false - - -