Remove unneeded checkstyle/spotbugs declaration
[controller.git] / opendaylight / md-sal / parent / pom.xml
index b64b183861ad508e12cc53e4ffaedbcc6f204704..e98b56b7f9b0b11ae43f23a4c6342d2df77fd8cf 100644 (file)
       <artifactId>org.osgi.core</artifactId>
     </dependency>
   </dependencies>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-checkstyle-plugin</artifactId>
-        <configuration>
-          <propertyExpansion>checkstyle.violationSeverity=error</propertyExpansion>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>com.github.spotbugs</groupId>
-        <artifactId>spotbugs-maven-plugin</artifactId>
-        <configuration>
-          <failOnError>true</failOnError>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
 </project>