X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=binding%2Fmdsal-binding-dom-codec%2Fpom.xml;h=d64f4676237c4f876504872fe81607afd93858ae;hb=6d3a6c9518b42b1547fa624f4fc990a5ffabc9d8;hp=bb41aeabc40a293ce31986d5af988093f82fa69a;hpb=a345ebaf394542aaab68180b2a8b60e8da9da1e3;p=mdsal.git diff --git a/binding/mdsal-binding-dom-codec/pom.xml b/binding/mdsal-binding-dom-codec/pom.xml index bb41aeabc4..d64f467623 100644 --- a/binding/mdsal-binding-dom-codec/pom.xml +++ b/binding/mdsal-binding-dom-codec/pom.xml @@ -12,14 +12,14 @@ org.opendaylight.odlparent bundle-parent - 2.0.4 + 3.0.2 4.0.0 org.opendaylight.mdsal mdsal-binding-dom-codec - 0.12.0-SNAPSHOT + 0.13.0-SNAPSHOT bundle @@ -27,14 +27,14 @@ org.opendaylight.mdsal mdsal-artifacts - 2.4.0-SNAPSHOT + 2.5.0-SNAPSHOT pom import org.opendaylight.yangtools yangtools-artifacts - 2.0.0-SNAPSHOT + 2.0.1 pom import @@ -96,30 +96,35 @@ org.opendaylight.mdsal.binding.dom.codec.*, org.opendaylight.mdsal.binding.dom.codec.gen.impl.*, org.opendaylight.mdsal.binding.dom.codec.impl.*, - org.opendaylight.yangtools.binding.data.codec.gen.impl.*, - org.opendaylight.yangtools.binding.data.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}/ + +