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%2Fimpl%2Fpom.xml;h=d046a95f072319b75a9718ae1245ff8fde67590f;hp=ea2c01215aff91f5ed8c930a5ccbb2134ac4157a;hb=3bfd07021cadddfb544908e84fb0c03db402e771;hpb=9b5705d5d4b396e4076d2bc46d554644ac3f150b;ds=sidebyside diff --git a/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/impl/pom.xml b/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/impl/pom.xml index ea2c01215a..d046a95f07 100644 --- a/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/impl/pom.xml +++ b/opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/impl/pom.xml @@ -50,4 +50,23 @@ and is available at http://www.eclipse.org/legal/epl-v10.html test + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + + checkstyle.violationSeverity=error + + + + org.codehaus.mojo + findbugs-maven-plugin + + true + + + +