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=eb64ff6e89bb3e0564d456d35eedf68fd380c7c5;hp=82ed223a55aee28076299d918cb7c86c17f01240;hb=3bfd07021cadddfb544908e84fb0c03db402e771;hpb=6dc8cb5ab4bc7260953d3b7ba7ddfed20a8f2794;ds=sidebyside 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 82ed223a55..eb64ff6e89 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 @@ -6,18 +6,42 @@ This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html --> - + + + 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 + + + +