Enable checkstyle in the mdsal-parent pom
[controller.git] / opendaylight / md-sal / mdsal-trace / binding-impl / pom.xml
index c390b5f7a8cbbcef857aaa56defec173df6473e2..849d0cce3e74302979845d2ae9769aa42370d22f 100644 (file)
@@ -59,13 +59,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
                 </instructions>
             </configuration>
         </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-checkstyle-plugin</artifactId>
-          <configuration>
-            <propertyExpansion>checkstyle.violationSeverity=error</propertyExpansion>
-          </configuration>
-        </plugin>
     </plugins>
     </build>
 </project>