X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=yang%2Fyang-common%2Fpom.xml;h=e0a1a2840c1c0724cff4f68b13cd583c40627bcc;hb=c63fcdad4712eedcb0484eacdb1bc4e08dad88ec;hp=dc732e3dab4aaf34e357bf2b469472b27a03ed21;hpb=4228f75b486350a9e3cded2b5ae93a749d48f93b;p=yangtools.git diff --git a/yang/yang-common/pom.xml b/yang/yang-common/pom.xml index dc732e3dab..e0a1a2840c 100644 --- a/yang/yang-common/pom.xml +++ b/yang/yang-common/pom.xml @@ -8,46 +8,62 @@ and is available at http://www.eclipse.org/legal/epl-v10.html --> - + 4.0.0 org.opendaylight.yangtools - yangtools-parent - 0.7.0-SNAPSHOT - /../../common/parent/pom.xml + bundle-parent + 3.0.0-SNAPSHOT + ../../bundle-parent - 4.0.0 yang-common + bundle ${project.artifactId} - ${project.artifactId} + ODL :: YANG Tools :: ${project.artifactId} com.google.guava guava - - org.slf4j - slf4j-api - org.opendaylight.yangtools concepts - org.opendaylight.yangtools - object-cache-api - - - - junit - junit - test - - - org.opendaylight.yangtools - object-cache-guava - 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 + + + + +