X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Farchetypes%2Fopendaylight-startup%2Fsrc%2Fmain%2Fresources%2Farchetype-resources%2Fapi%2Fpom.xml;h=c97c3e8751c04b711978474bfa16023f6f1872c1;hp=8241dd97f183582dc94e1bc86f786740bea3411b;hb=c0e813ca83ce80d5f3fb340175ddaecd780c6aea;hpb=cd03422804f6371168be7dd014cc3fe215b35742 diff --git a/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/api/pom.xml b/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/api/pom.xml index 8241dd97f1..c97c3e8751 100644 --- a/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/api/pom.xml +++ b/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/api/pom.xml @@ -1,23 +1,46 @@ - + + 4.0.0 + - org.opendaylight.yangtools + org.opendaylight.mdsal binding-parent - 0.8.0-SNAPSHOT + 0.12.0-SNAPSHOT - 4.0.0 ${groupId} ${artifactId}-api ${version} + + ODL :: ${groupId} :: ${project.artifactId} bundle + + + + org.apache.maven.plugins + maven-checkstyle-plugin + + checkstyle.violationSeverity=error + + + + org.codehaus.mojo + findbugs-maven-plugin + + true + + + +