X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=southbound%2Fsouthbound-it%2Fpom.xml;h=7d1bf3b31955ef3e7b6fb631aea38f5c901c9186;hb=refs%2Fheads%2Fstable%2Fsodium;hp=53004188284247b7f32d7522d639fa8f15007d98;hpb=c7d344f8fbaa9aa0476898eb4ca167377d0f5c69;p=ovsdb.git diff --git a/southbound/southbound-it/pom.xml b/southbound/southbound-it/pom.xml index 530041882..7d1bf3b31 100644 --- a/southbound/southbound-it/pom.xml +++ b/southbound/southbound-it/pom.xml @@ -1,6 +1,7 @@ - + + ODL :: ovsdb :: ${project.artifactId} + + + 1.10.5-SNAPSHOT + + @@ -28,17 +37,10 @@ and is available at http://www.eclipse.org/legal/epl-v10.html pom import - - org.opendaylight.controller - config-artifacts - 0.3.0-SNAPSHOT - pom - import - org.opendaylight.controller mdsal-artifacts - ${mdsal.version} + ${controller.mdsal.version} pom import @@ -60,8 +62,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html xml - org.opendaylight.controller - config-util + ${project.groupId} + utils.southbound-utils + ${project.version} @@ -93,7 +96,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.apache.karaf.features org.apache.karaf.features.core - ${karaf.version} compile @@ -107,30 +109,38 @@ and is available at http://www.eclipse.org/legal/epl-v10.html compile - org.apache.karaf.tooling - karaf-maven-plugin - ${karaf.version} + org.slf4j + slf4j-simple + test + + + org.sonarsource.java + sonar-jacoco-listeners + test + + + + org.opendaylight.ovsdb + southbound-karaf + ${project.version} + tar.gz + test + + org.jacoco + jacoco-maven-plugin + org.apache.maven.plugins maven-failsafe-plugin - - - - integration-test - verify - - - org.apache.servicemix.tooling depends-maven-plugin - 1.2 generate-depends-file @@ -140,23 +150,22 @@ 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 - true - **/*.java,**/*.xml,**/*.ini,**/*.sh,**/*.bat - **/yang/ - - - - org.jacoco - jacoco-maven-plugin - + + + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + +