X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=southbound%2Fsouthbound-impl%2Fpom.xml;h=e677efdd28d2d778cd94adc31f961950875f47b3;hb=2183237cd74b8acbaef2dcbee0d349c76f1f3493;hp=bc2b55946bb0a071af6e105d3b23af9fab2bd792;hpb=6953adf35f23aea55fa22c46756caaec036fe490;p=ovsdb.git diff --git a/southbound/southbound-impl/pom.xml b/southbound/southbound-impl/pom.xml index bc2b55946..e677efdd2 100644 --- a/southbound/southbound-impl/pom.xml +++ b/southbound/southbound-impl/pom.xml @@ -1,6 +1,6 @@ + ODL :: ovsdb :: ${project.artifactId} + + ../southbound-it/target/jacoco-it.exec + + + ${project.groupId} southbound-api @@ -31,18 +39,59 @@ 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.codehaus.sonar-plugins.java + sonar-jacoco-listeners + ${sonar-jacoco-listeners.version} + test + + + org.slf4j + slf4j-simple + test + + + + junit + junit + test + + + org.powermock + powermock-api-mockito + test + + + org.powermock + powermock-module-junit4 + test org.opendaylight.controller - sal-core-api + sal-binding-broker-impl + test-jar + test + + + org.opendaylight.ovsdb + utils.southbound-utils + ${project.version} + test @@ -52,8 +101,10 @@ 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.* @@ -61,15 +112,59 @@ 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/ + checkstyle.violationSeverity=error + + + + org.apache.maven.plugins + maven-surefire-plugin + + + + listener + org.sonar.java.jacoco.JUnitListener + + + + org.codehaus.mojo + build-helper-maven-plugin + + + attach-artifacts + + attach-artifact + + package + + + + ${project.build.directory}/classes/initial/southbound.cfg + cfg + config + + + + + + + + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + +