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=7268e4293146bf3c37199ff699dac1ad8200b571;hp=bdcec2ec01a75d520227b02a26beed3bb0710d30;hb=bd9676e69667dcaa7b85d0f8d738b481b0cefdb7;hpb=cccc148d3cd2b5a2a7c86da2e74f2ea43fa00b93 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 bdcec2ec01..7268e42931 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.7.0-SNAPSHOT + 0.13.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 + + + +