X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=yang%2Fyang-common%2Fpom.xml;h=24d412553f02166eada63c397d04cd71be32aac4;hb=efb15a5bf49bd235a4906cae01fdc636afb06a9f;hp=c2fea0c66cf538905644dcd975376529d152af44;hpb=9124096b7b8b9a3c0d1cd1c0c03a6a5197ae6fc2;p=yangtools.git diff --git a/yang/yang-common/pom.xml b/yang/yang-common/pom.xml index c2fea0c66c..24d412553f 100644 --- a/yang/yang-common/pom.xml +++ b/yang/yang-common/pom.xml @@ -8,31 +8,62 @@ and is available at http://www.eclipse.org/legal/epl-v10.html --> - + 4.0.0 org.opendaylight.yangtools - yang - 0.6.2-SNAPSHOT + bundle-parent + 3.0.0-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 + + + org.opendaylight.yangtools.yang.common + {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 + + + + +