Use odlparent checkstyle
[ovsdb.git] / hwvtepsouthbound / hwvtepsouthbound-impl / pom.xml
index a111024be407f8e0470c694e3422e857ef516ba6..9119a649f3e954ab7f46cda2f3289ab10b8e85f1 100644 (file)
@@ -41,4 +41,16 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     </dependency>
   </dependencies>
 
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-checkstyle-plugin</artifactId>
+        <configuration>
+          <failsOnError>true</failsOnError>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
 </project>