X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=southbound%2Fsouthbound-impl%2Fpom.xml;h=e677efdd28d2d778cd94adc31f961950875f47b3;hb=2183237cd74b8acbaef2dcbee0d349c76f1f3493;hp=3e9c69ac385f9fc29509f0bde056cb9049fc1a4f;hpb=d4cb407b690d51c9a6749d3118138e927e8e7a7c;p=ovsdb.git diff --git a/southbound/southbound-impl/pom.xml b/southbound/southbound-impl/pom.xml index 3e9c69ac3..e677efdd2 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 @@ -64,6 +44,11 @@ and is available at http://www.eclipse.org/legal/epl-v10.html schema.openvswitch ${project.version} + + org.opendaylight.ovsdb + utils.yang-utils + ${project.version} + com.google.guava guava @@ -89,13 +74,11 @@ 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 @@ -104,6 +87,12 @@ and is available at http://www.eclipse.org/legal/epl-v10.html test-jar test + + org.opendaylight.ovsdb + utils.southbound-utils + ${project.version} + test + @@ -123,7 +112,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.apache.maven.plugins maven-checkstyle-plugin - true + checkstyle.violationSeverity=error @@ -138,6 +127,44 @@ and is available at http://www.eclipse.org/legal/epl-v10.html + + 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}/ + +