X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=southbound%2Fsouthbound-it%2Fpom.xml;h=a927273bc05696a475ef614960c4e3251faee369;hb=refs%2Fheads%2Fmaster;hp=ced480a8f332ad9eea80e2f38c50c9b574d72c7c;hpb=5fd9ba2964cc2d4d2ac7ba10e9de4cdb4f798279;p=ovsdb.git diff --git a/southbound/southbound-it/pom.xml b/southbound/southbound-it/pom.xml index ced480a8f..a927273bc 100644 --- a/southbound/southbound-it/pom.xml +++ b/southbound/southbound-it/pom.xml @@ -1,6 +1,7 @@ - + + ODL :: ovsdb :: ${project.artifactId} + @@ -28,30 +31,16 @@ 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} - pom - import - - org.opendaylight.controller - sal-binding-api + org.opendaylight.mdsal + mdsal-binding-api - org.opendaylight.controller - sal-common-api + org.opendaylight.mdsal + mdsal-common-api ${project.groupId} @@ -60,8 +49,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} @@ -85,20 +75,18 @@ and is available at http://www.eclipse.org/legal/epl-v10.html compile - javax.inject + com.guicedee.services javax.inject - 1 compile org.apache.karaf.features org.apache.karaf.features.core - ${karaf.version} compile org.osgi - org.osgi.core + org.osgi.framework compile @@ -107,30 +95,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,19 +136,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/ - - + + + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + +