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=c18f665f7007f4d98c8b74e5ab3dd2c1beba014d;hb=3bfd07021cadddfb544908e84fb0c03db402e771;hpb=9b5705d5d4b396e4076d2bc46d554644ac3f150b;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 c18f665f70..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 @@ -25,4 +25,23 @@ and is available at http://www.eclipse.org/legal/epl-v10.html build failure. Please do not modify this unless you have a good reason. --> ODL :: ${groupId} :: ${project.artifactId} bundle + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + + checkstyle.violationSeverity=error + + + + org.codehaus.mojo + findbugs-maven-plugin + + true + + + +