Remove checkstyle/spotbugs plugin overrides 82/85982/1
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 26 Nov 2019 16:14:55 +0000 (17:14 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 26 Nov 2019 16:14:55 +0000 (17:14 +0100)
checkstyle/spotbugs come configured in enforcing mode from odlparent,
hence we do not need to override the configuration.

Change-Id: I067ed0914deb0ff0dfc1d434e87c6ddf70bc9e46
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
bgp/path-selection-mode/pom.xml
binding-parent/pom.xml
parent/pom.xml
pcep/base-parser/pom.xml
pcep/impl/pom.xml
testtool-parent/pom.xml

index ba0136cec5820da3a88309ddfd3b444e459053c2..3e5895935e7d7b3e8127ffbb52e5c7a7b10015b8 100644 (file)
 
     <build>
         <plugins>
-            <plugin>
-                <groupId>com.github.spotbugs</groupId>
-                <artifactId>spotbugs-maven-plugin</artifactId>
-                <configuration>
-                    <failOnError>true</failOnError>
-                </configuration>
-            </plugin>
             <plugin>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
index bdbd474991b274ae2da3f7cf5f5d1c7cc2fcfaa9..c9042a2263dde4211c99d727990c1f928f42ff01 100644 (file)
 
     <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>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-dependency-plugin</artifactId>
index 36a4cdafcab0fdc71801b52a95e4877ba36565c7..e140f48c092cfd62e57112a051e0eae7d57b0729 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>com.github.spotbugs</groupId>
-                <artifactId>spotbugs-maven-plugin</artifactId>
-                <configuration>
-                    <failOnError>true</failOnError>
-                </configuration>
-            </plugin>
         </plugins>
     </build>
     <scm>
index 51aa3bbdd064f6fb611593eade4d4f679e9ed259..7e4683a1754e6c5a6fb303f6ff1439c84dedd779 100644 (file)
         </dependency>
     </dependencies>
 
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-checkstyle-plugin</artifactId>
-                <configuration>
-                    <violationSeverity>warn</violationSeverity>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
-
     <scm>
         <connection>scm:git:ssh://git.opendaylight.org:29418/bgpcep.git</connection>
         <developerConnection>scm:git:ssh://git.opendaylight.org:29418/bgpcep.git</developerConnection>
index fb3c6518c599b2b4d0a0e09def4ccd5085a72d14..e23bf13aa522cb5cf9ff524196e1c9bb00e3c45f 100644 (file)
                     </execution>
                 </executions>
             </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-checkstyle-plugin</artifactId>
-                <configuration>
-                    <violationSeverity>warn</violationSeverity>
-                </configuration>
-            </plugin>
         </plugins>
     </build>
 
index 2e456e331ffbf4b03ec884dbcf9f077f89be2eef..940124864a79a13bebd5b4159d9f13a1f2980900 100644 (file)
 
     <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>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-dependency-plugin</artifactId>