X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=southbound%2Fsouthbound-impl%2Fpom.xml;h=b5dc523fb74f4b655896c0186b41ae8bbf4e4073;hb=494af7545d279c40c2e93f008e3495552ab800a8;hp=f5e09078a0307523e4866dfe6b8938ff2397e931;hpb=34e3d26165b40e50691d7d5eafba654606cb57f9;p=ovsdb.git diff --git a/southbound/southbound-impl/pom.xml b/southbound/southbound-impl/pom.xml index f5e09078a..b5dc523fb 100644 --- a/southbound/southbound-impl/pom.xml +++ b/southbound/southbound-impl/pom.xml @@ -1,6 +1,6 @@ ${project.groupId} southbound-api @@ -58,19 +57,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.codehaus.sonar-plugins.java + sonar-jacoco-listeners + ${sonar-jacoco-listeners.version} + test - org.opendaylight.controller - sal-core-api + org.slf4j + slf4j-simple + test + junit junit @@ -79,19 +92,23 @@ 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.codehaus.sonar-plugins.java - sonar-jacoco-listeners - ${sonar-jacoco-listeners.version} + org.opendaylight.controller + sal-binding-broker-impl + test-jar + test + + + org.opendaylight.ovsdb + utils.southbound-utils + ${project.version} test @@ -102,8 +119,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.* @@ -111,7 +130,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.apache.maven.plugins maven-checkstyle-plugin - true + checkstyle.violationSeverity=error @@ -126,10 +145,22 @@ and is available at http://www.eclipse.org/legal/epl-v10.html - - org.jacoco - jacoco-maven-plugin - + + + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + +