X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=yang%2Fyang-parser-impl%2Fpom.xml;h=abd549515922c036eb3b0674d51dff9f00ce7895;hb=de477e03ba921c71877a357e76a364324406b7c5;hp=fae3b6ebd2d8078312cd3c225e17856c381dfaf1;hpb=875fe233e3408f89bd41f62c0c3ddcbcecc8d7c1;p=yangtools.git diff --git a/yang/yang-parser-impl/pom.xml b/yang/yang-parser-impl/pom.xml index fae3b6ebd2..abd5495159 100644 --- a/yang/yang-parser-impl/pom.xml +++ b/yang/yang-parser-impl/pom.xml @@ -10,16 +10,32 @@ - org.opendaylight.yangtools - yang - 0.6.2-SNAPSHOT + org.opendaylight.odlparent + bundle-parent + 2.0.5 + 4.0.0 + org.opendaylight.yangtools yang-parser-impl + 2.0.0-SNAPSHOT + bundle ${project.artifactId} YANG parser + + + + org.opendaylight.yangtools + yangtools-artifacts + 2.0.0-SNAPSHOT + import + pom + + + + ${project.groupId} @@ -33,33 +49,40 @@ ${project.groupId} yang-parser-api + + ${project.groupId} + yang-parser-spi + ${project.groupId} yang-model-util + + ${project.groupId} + yang-data-util + org.antlr antlr4-runtime - 4.0 org.mockito - mockito-all - test + mockito-core com.google.guava guava - - org.eclipse.xtend - org.eclipse.xtend.lib - junit junit test + + ch.qos.logback + logback-classic + test + ${project.groupId} concepts @@ -71,7 +94,6 @@ org.antlr antlr4-maven-plugin - 4.0 @@ -86,27 +108,16 @@ true - - org.eclipse.xtend - xtend-maven-plugin - org.codehaus.mojo build-helper-maven-plugin - 1.8 - - - generate-sources - - add-source - - - - target/generated-sources/parser - - - - + + + org.apache.maven.plugins + maven-checkstyle-plugin + + checkstyle.violationSeverity=error + org.apache.maven.plugins @@ -124,39 +135,29 @@ - org.opendaylight.yangtools.yang.parser.* + {local-packages}, + org.opendaylight.yangtools.yang.parser.impl.*, + ;-split-package:=error - - - - org.eclipse.m2e - lifecycle-mapping - 1.0.0 - - - - - - org.antlr - antlr4-maven-plugin - [4.0,) - - antlr4 - - - - - - - - - - - - + + + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + +