Use odlparent checkstyle
[ovsdb.git] / southbound / southbound-impl / pom.xml
index 342d8c80d2373c252a875ad8a0f25b57d411868d..f5e09078a0307523e4866dfe6b8938ff2397e931 100644 (file)
@@ -111,12 +111,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-checkstyle-plugin</artifactId>
         <configuration>
-          <configLocation>
-            ${project.basedir}/../../commons/parent/src/main/resources/ovsdb_checks.xml
-          </configLocation>
           <failsOnError>true</failsOnError>
-          <includes>**/*.java,**/*.xml,**/*.ini,**/*.sh,**/*.bat</includes>
-          <excludes>**/yang/</excludes>
         </configuration>
       </plugin>
       <plugin>