Implementing checkStyleViolationSeverity=error for mdsal-eos-binding-adaptor module
[mdsal.git] / entityownership / mdsal-eos-binding-adapter / pom.xml
index 204d073cf1629fe05ce0d8df44b64faaf454acb2..41e0b9da31ab74577edb592f0727baf0e8991ed6 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/controller.git</connection>
     <developerConnection>scm:git:ssh://git.opendaylight.org:29418/controller.git</developerConnection>