X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=yang%2Fyang-parser-impl%2Fpom.xml;h=677a62b49d40228c2e67088c1fb7e6b2ef736c9c;hb=b064124bd141b2da1e3c0b18a570cf09fde7cb7a;hp=c15ee822549e4879e062fda1ca09c228da10b2de;hpb=694fcafef0dde481bb88ee4b1b84a92a0c61fad2;p=yangtools.git diff --git a/yang/yang-parser-impl/pom.xml b/yang/yang-parser-impl/pom.xml index c15ee82254..fdb74bb40b 100644 --- a/yang/yang-parser-impl/pom.xml +++ b/yang/yang-parser-impl/pom.xml @@ -1,172 +1,188 @@ - - - - org.opendaylight.yangtools - yang - 0.5.8-SNAPSHOT - - - 4.0.0 - yang-parser-impl - ${project.artifactId} - YANG parser - - - - ${project.groupId} - yang-common - - - ${project.groupId} - yang-model-api - - - ${project.groupId} - yang-parser-api - - - ${project.groupId} - yang-model-util - - - org.antlr - antlr4 - 4.0 - - - org.slf4j - slf4j-simple - 1.7.2 - test - - - org.mockito - mockito-all - 1.8.4 - test - - - com.google.guava - guava - - - org.eclipse.xtend - org.eclipse.xtend.lib - 2.4.2 - - - junit - junit - test - - - - - - - maven-clean-plugin - 2.4.1 - - - - ${basedir}/src/main/xtend-gen - - ** - - - - - - - org.antlr - antlr4-maven-plugin - 4.0 - - - - antlr4 - - - - - src/main/antlr - target/generated-sources/parser/org/opendaylight/yangtools/antlrv4/code/gen - true - true - - - - org.eclipse.xtend - xtend-maven-plugin - 2.4.2 - - - - compile - - - ${basedir}/src/main/xtend-gen - - - - - org.codehaus.mojo - build-helper-maven-plugin - 1.7 - - - generate-sources - - add-source - - - - target/generated-sources/parser - - - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - - - *.opendaylight.yangtools.antlrv4.code.gen - - - - - - - - org.eclipse.m2e - lifecycle-mapping - 1.0.0 - - - - - - org.antlr - antlr4-maven-plugin - [4.0,) - - antlr4 - - - - - - - - - - - - - - - + + + + + + + org.opendaylight.odlparent + bundle-parent + 3.0.1 + + + + 4.0.0 + org.opendaylight.yangtools + yang-parser-impl + 2.0.1-SNAPSHOT + bundle + ${project.artifactId} + YANG parser + + + + + org.opendaylight.yangtools + yangtools-artifacts + 2.0.1-SNAPSHOT + import + pom + + + + + + + ${project.groupId} + concepts + + + ${project.groupId} + yang-common + + + ${project.groupId} + yang-model-api + + + ${project.groupId} + yang-parser-api + + + ${project.groupId} + yang-parser-reactor + + + ${project.groupId} + yang-parser-spi + + + ${project.groupId} + yang-model-util + + + + + ${project.groupId} + yang-parser-rfc7950 + + + + + ${project.groupId} + odlext-model-api + + + ${project.groupId} + odlext-parser-support + + + ${project.groupId} + openconfig-model-api + + + ${project.groupId} + openconfig-parser-support + + + ${project.groupId} + rfc6536-model-api + + + ${project.groupId} + rfc6536-parser-support + + + ${project.groupId} + rfc7952-model-api + + + ${project.groupId} + rfc7952-parser-support + + + ${project.groupId} + rfc8040-model-api + + + ${project.groupId} + rfc8040-parser-support + + + + org.kohsuke.metainf-services + metainf-services + + + org.osgi + org.osgi.core + + + + org.mockito + mockito-core + + + com.google.guava + guava + + + junit + junit + test + + + ch.qos.logback + logback-classic + test + + + + + + + org.codehaus.mojo + build-helper-maven-plugin + + + org.apache.maven.plugins + maven-checkstyle-plugin + + checkstyle.violationSeverity=error + + + + org.apache.felix + maven-bundle-plugin + true + + + {META-INF/services=${project.build.directory}/classes/META-INF/services} + org.opendaylight.yangtools.yang.parser.impl.osgi.Activator + + + + + + + + ${odl.site.url}/${project.groupId}/${stream}/${project.artifactId}/ + + + + opendaylight-site + ${nexus.site.url}/${project.artifactId}/ + + +