Enable checkstyle in the mdsal-parent pom
[controller.git] / opendaylight / md-sal / mdsal-trace / dom-impl / pom.xml
index f4a7cb24d51185b14f842337e05f92aee6199bc0..c3d8deabbed9cee1bb01559e9a9f021450d4f79e 100644 (file)
@@ -72,13 +72,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>