X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=yang%2Fyang-parser-api%2Fpom.xml;h=91cc2924dcfe5bec25f6a3284087d16cb6c4c70e;hb=3f6553578e0c052fbd78543c915310b3b6283073;hp=448ef2f664cf9b1f4bcf0660587c3fc23f4c7990;hpb=5224d7bd6d2732290cdc09dc5aa0ec8bdbc0cc71;p=yangtools.git diff --git a/yang/yang-parser-api/pom.xml b/yang/yang-parser-api/pom.xml index 448ef2f664..91cc2924dc 100644 --- a/yang/yang-parser-api/pom.xml +++ b/yang/yang-parser-api/pom.xml @@ -8,23 +8,51 @@ and is available at http://www.eclipse.org/legal/epl-v10.html --> - + 4.0.0 org.opendaylight.yangtools - yangtools-parent - 0.8.0-SNAPSHOT - /../../common/parent/pom.xml + bundle-parent + 3.0.2-SNAPSHOT + ../../bundle-parent - 4.0.0 yang-parser-api + bundle ${project.artifactId} YANG parser API - ${project.groupId} + org.opendaylight.yangtools yang-model-api + + + + + org.apache.felix + maven-bundle-plugin + + + org.opendaylight.yangtools.yang.parser.api + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + + checkstyle.violationSeverity=error + + + + com.github.spotbugs + spotbugs-maven-plugin + + true + + + +