X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Farchetypes%2Fopendaylight-startup%2Fsrc%2Fmain%2Fresources%2Farchetype-resources%2Fapi%2Fpom.xml;h=6d0f3626dcf996696182e3a53164a2ee4d456d79;hb=e35d98a33c70782ac40e43a05864a25d1984ff33;hp=c18f665f7007f4d98c8b74e5ab3dd2c1beba014d;hpb=d9ba2b214d52528680115c2981d7fd0d16455e18;p=controller.git 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..6d0f3626dc 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 @@ -8,13 +8,12 @@ and is available at http://www.eclipse.org/legal/epl-v10.html --> - 4.0.0 org.opendaylight.mdsal binding-parent - 0.12.0-SNAPSHOT + 0.12.4 @@ -25,4 +24,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 + + + +