Use odlparent checkstyle
[ovsdb.git] / hwvtepsouthbound / hwvtepsouthbound-api / pom.xml
index d5ec211c22dfc96e2ea016ed1c7040ccdbabfa72..6f8745dc8d8be478b98b799dc2a6b8fb7dcfeaf7 100644 (file)
@@ -75,12 +75,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>