Remove CSS modules
[controller.git] / opendaylight / md-sal / sal-akka-raft / pom.xml
index 67c99e3d3e833af4e84101f2ec605b65cc2fea00..5acc7c8d9fd548b5a0ba191bef47b32eb36ada1c 100644 (file)
           </execution>
         </executions>
       </plugin>
-
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-checkstyle-plugin</artifactId>
-        <configuration>
-          <propertyExpansion>checkstyle.violationSeverity=error</propertyExpansion>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.codehaus.mojo</groupId>
-        <artifactId>findbugs-maven-plugin</artifactId>
-        <configuration>
-          <failOnError>true</failOnError>
-        </configuration>
-      </plugin>
     </plugins>
   </build>