X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=library%2Fimpl%2Fpom.xml;h=6798ee1d19731ac7f45f4bbe5f988863bfe9b979;hb=0d5aac55f83f745656f047a8af1a4b63568882ce;hp=9a05f846025b305ea7417abd703e96abe8b9733b;hpb=968d64fb070d5ea50274a4ab479d2273145d528d;p=ovsdb.git diff --git a/library/impl/pom.xml b/library/impl/pom.xml index 9a05f8460..6798ee1d1 100644 --- a/library/impl/pom.xml +++ b/library/impl/pom.xml @@ -1,6 +1,6 @@ + ODL :: ovsdb :: ${project.artifactId} + ../it/target/jacoco-it.exec + com.fasterxml.jackson.core @@ -57,12 +62,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html slf4j-api - org.opendaylight.controller - config-api - - - org.opendaylight.controller - sal-binding-api + org.opendaylight.aaa + aaa-cert + 0.7.0-SNAPSHOT @@ -78,11 +80,11 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.mockito - mockito-all + mockito-core test - org.codehaus.sonar-plugins.java + org.sonarsource.java sonar-jacoco-listeners ${sonar-jacoco-listeners.version} test @@ -114,6 +116,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.apache.maven.plugins maven-checkstyle-plugin + + checkstyle.violationSeverity=error + org.apache.maven.plugins @@ -131,7 +136,44 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.jacoco jacoco-maven-plugin + + org.codehaus.mojo + build-helper-maven-plugin + + + attach-artifacts + + attach-artifact + + package + + + + ${project.build.directory}/classes/initial/library.cfg + cfg + config + + + + + + + + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + +