Remove unneeded spotbugs/checkstyle declarations
[yangtools.git] / yang / yang-parser-rfc7950 / pom.xml
index 1e2913170edf211376b9311ac8f53848bfb4ea58..eee3efc9a6d830a3e8047ea606e393213b271323 100644 (file)
@@ -24,6 +24,9 @@
     <properties>
         <!-- FIXME: workaround for MJAVADOC-586 -->
         <maven.compiler.release>8</maven.compiler.release>
+
+        <!-- FIXME: antlr-generated code does not pass SB -->
+        <odlparent.spotbugs.enforce>false</odlparent.spotbugs.enforce>
     </properties>
 
     <dependencies>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>build-helper-maven-plugin</artifactId>
             </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-checkstyle-plugin</artifactId>
-                <configuration>
-                    <propertyExpansion>checkstyle.violationSeverity=error</propertyExpansion>
-                </configuration>
-            </plugin>
         </plugins>
     </build>