Fix eclipse/checkstyle warnings
[yangtools.git] / yang / yang-common / pom.xml
index bfbb2c6d9fa72fcaa3090ddc0169e256cb3546dc..80d7e469e57a5c5a9fa27801bf872414ed5d8275 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>
+
   <!--
       Maven Site Configuration