Use odlparent checkstyle
[ovsdb.git] / southbound / southbound-api / pom.xml
index 9b46cf7564927069d81a3c699cb5cc5fc49a6187..fa167a8da8253935800cb0a81c651a9c13cb376a 100644 (file)
@@ -100,12 +100,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>
     </plugins>