Fix checkstyle in yang-parser-api
[yangtools.git] / yang / yang-parser-api / pom.xml
index 4ae63ce27613e07e763ca69866bca58b41793494..36f875dde99edea7c1dc72896c62296ce2292cd2 100644 (file)
         </dependency>
     </dependencies>
 
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-checkstyle-plugin</artifactId>
+                <configuration>
+                    <propertyExpansion>checkstyle.violationSeverity=error</propertyExpansion>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
 </project>