X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=yang%2Fyang-common%2Fpom.xml;h=482c57792673227eeda6aae64c6e5c28ded453b4;hb=8a74db04782cf96bc099a344e8466ed3c84d34de;hp=32038f430e41c71f2bb0eb1f0673660b502cbe7f;hpb=50b2f9cfb4001418d4d0ae8d2f330e1ff889cd8d;p=yangtools.git diff --git a/yang/yang-common/pom.xml b/yang/yang-common/pom.xml index 32038f430e..482c577926 100644 --- a/yang/yang-common/pom.xml +++ b/yang/yang-common/pom.xml @@ -8,32 +8,62 @@ and is available at http://www.eclipse.org/legal/epl-v10.html --> - + 4.0.0 org.opendaylight.yangtools - yangtools-parent - 0.6.2-SNAPSHOT - /../../common/parent/pom.xml + bundle-parent + 2.1.4-SNAPSHOT + ../../bundle-parent - 4.0.0 yang-common + bundle ${project.artifactId} - ${project.artifactId} + ODL :: YANG Tools :: ${project.artifactId} - org.slf4j - slf4j-api + com.google.guava + guava org.opendaylight.yangtools concepts - junit - junit - test + org.kohsuke.metainf-services + metainf-services + + + + + org.apache.felix + maven-bundle-plugin + true + + + !javax.annotation,* + {META-INF/services=${project.build.directory}/classes/META-INF/services} + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + + checkstyle.violationSeverity=error + + + + com.github.spotbugs + spotbugs-maven-plugin + + true + + + + +