Remove superfluous checkstyle/spotbugs configuration 82/85282/1
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 21 Oct 2019 04:12:43 +0000 (06:12 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 21 Oct 2019 04:12:43 +0000 (06:12 +0200)
odlparent is already configuring these, remove the declarations.

Change-Id: I309cd92b5096f6ec2c2d025f0ba735412dc94720
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
parent/pom.xml

index fb429a273e7295f76e24ca1b5ff85fe76da606c6..5639901683ef65f25ee9e78053239ede9a4482e8 100644 (file)
       </dependency>
     </dependencies>
   </dependencyManagement>
-
-  <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>