X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=binding%2Fmdsal-binding-dom-codec%2Fpom.xml;h=cfd91e0c92eb23d504fcd1ecd664aee044122fc4;hb=d6f766e56a8acf87bafdb1a97791bf3400636f9a;hp=42d92accf307b2464849981064d7cc8f2152e86a;hpb=ad0ae55ebe7ab162812f64c8aa4680133041414c;p=mdsal.git diff --git a/binding/mdsal-binding-dom-codec/pom.xml b/binding/mdsal-binding-dom-codec/pom.xml index 42d92accf3..cfd91e0c92 100644 --- a/binding/mdsal-binding-dom-codec/pom.xml +++ b/binding/mdsal-binding-dom-codec/pom.xml @@ -10,13 +10,36 @@ - org.opendaylight.mdsal - mdsal-binding - 0.9.0-SNAPSHOT + org.opendaylight.odlparent + bundle-parent + 3.1.0 + 4.0.0 + org.opendaylight.mdsal mdsal-binding-dom-codec + 0.13.0-SNAPSHOT + bundle + + + + + org.opendaylight.mdsal + mdsal-artifacts + 2.5.0-SNAPSHOT + pom + import + + + org.opendaylight.yangtools + yangtools-artifacts + 2.0.3 + pom + import + + + @@ -27,10 +50,6 @@ org.opendaylight.mdsal mdsal-binding-generator-impl - - org.opendaylight.yangtools - yang-parser-impl - org.opendaylight.yangtools yang-data-impl @@ -39,11 +58,6 @@ org.opendaylight.mdsal mdsal-binding-generator-api - - com.google.code.findbugs - jsr305 - provided - org.opendaylight.mdsal mdsal-binding-test-model @@ -71,9 +85,6 @@ - - maven-jar-plugin - org.apache.felix maven-bundle-plugin @@ -83,30 +94,37 @@ ${project.groupId}.${project.artifactId} org.opendaylight.mdsal.binding.dom.codec.*, - org.opendaylight.yangtools.binding.data.codec.*, - org.opendaylight.yangtools.binding.data.codec.gen.impl.*, - org.opendaylight.yangtools.binding.data.codec.impl.*, + org.opendaylight.mdsal.binding.dom.codec.gen.impl.*, + org.opendaylight.mdsal.binding.dom.codec.impl.*, + ;-split-package:=error + + org.apache.maven.plugins + maven-checkstyle-plugin + + checkstyle.violationSeverity=error + + - - ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + The following configuration is necessary for maven-site-plugin to + correctly identify the correct deployment path for OpenDaylight Maven + sites. + --> + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ - - - opendaylight-site - ${nexus.site.url}/${project.artifactId}/ - - + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + +