checkStyleViolationSeverity=error implemented for mdsal-singleton-common-api and...
[mdsal.git] / singleton-service / mdsal-singleton-common-api / pom.xml
index d7824e7cf6921a9cfa294157b1cc160b31eea2f9..4c14b90fe6db46f7941bdf061d3c9aeb0d83e7cf 100644 (file)
       <scope>test</scope>
     </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>
 
   <scm>
     <connection>scm:git:http://git.opendaylight.org/gerrit/mdsal.git</connection>