Improve ProgressTracker class javadoc
[controller.git] / opendaylight / md-sal / sal-clustering-commons / pom.xml
index d5062e0bfc55becdeb8aea68cfafbff671ef4e2c..a10e2e6f22cd6e91384bcc564df0f2f80cf26470 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>