X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=southbound%2Fsouthbound-impl%2Fpom.xml;h=868d55ce2eec77e02d8e41f194c7ce875afc69ee;hb=46cb6e04523685af1844b44b899cfa92f0e9e784;hp=b77bb0c63c204713b7a714441f2d39b482dbb00e;hpb=b8e5c9d643ea1b8e9ce125da00acbd674f0bff9a;p=ovsdb.git diff --git a/southbound/southbound-impl/pom.xml b/southbound/southbound-impl/pom.xml index b77bb0c63..868d55ce2 100644 --- a/southbound/southbound-impl/pom.xml +++ b/southbound/southbound-impl/pom.xml @@ -1,6 +1,6 @@ + ODL :: ovsdb :: ${project.artifactId} - 1.5.2 + ../southbound-it/target/jacoco-it.exec + + org.opendaylight.controller + sal-core-api + + + org.opendaylight.mdsal + mdsal-binding-dom-codec + + ${project.groupId} southbound-api @@ -57,19 +47,33 @@ and is available at http://www.eclipse.org/legal/epl-v10.html library ${project.version} + + ${project.groupId} + schema.openvswitch + ${project.version} + + + org.opendaylight.ovsdb + utils.yang-utils + ${project.version} + com.google.guava guava + - ${project.groupId} - schema.openvswitch - ${project.version} + org.sonarsource.java + sonar-jacoco-listeners + ${sonar-jacoco-listeners.version} + test - org.opendaylight.controller - sal-core-api + org.slf4j + slf4j-simple + test + junit junit @@ -78,13 +82,28 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.powermock powermock-api-mockito - ${powermock.version} test org.powermock powermock-module-junit4 - ${powermock.version} + test + + + org.opendaylight.controller + sal-binding-broker-impl + test + + + org.opendaylight.controller + sal-binding-broker-impl + test-jar + test + + + org.opendaylight.ovsdb + utils.southbound-utils + ${project.version} test @@ -95,60 +114,63 @@ 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.ovsdb.southbound.*, + org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.southbound.impl.rev141210.* org.apache.maven.plugins - maven-checkstyle-plugin + maven-surefire-plugin - - ${project.basedir}/../../commons/parent/src/main/resources/ovsdb_checks.xml - - true - **/*.java,**/*.xml,**/*.ini,**/*.sh,**/*.bat - **/yang/ + + + listener + org.sonar.java.jacoco.JUnitListener + + - org.jacoco - jacoco-maven-plugin + org.codehaus.mojo + build-helper-maven-plugin - prepare-ut-agent + attach-artifacts - prepare-agent + attach-artifact + package - ${sonar.jacoco.reportPath} + + + ${project.build.directory}/classes/initial/southbound.cfg + cfg + config + + - - prepare-it-agent - - prepare-agent - - - ${sonar.jacoco.itReportPath} - - - - default-report - - report - - - - default-report-integration - - report-integration - - + + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + +