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%2Fcli%2Fpom.xml;h=79ae689beca91a539b19bba7e09435b8dcb02e35;hp=b5aeef444703cef3a9867fb0d543466b019d9b59;hb=3bfd07021cadddfb544908e84fb0c03db402e771;hpb=9b5705d5d4b396e4076d2bc46d554644ac3f150b;ds=sidebyside diff --git a/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/cli/pom.xml b/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/cli/pom.xml index b5aeef4447..79ae689bec 100644 --- a/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/cli/pom.xml +++ b/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/cli/pom.xml @@ -50,4 +50,23 @@ and is available at http://www.eclipse.org/legal/epl-v10.html ${karaf.version} + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + + checkstyle.violationSeverity=error + + + + org.codehaus.mojo + findbugs-maven-plugin + + true + + + +