resolved checkstyle warnings
[vpnservice.git] / interfacemgr / interfacemgr-impl / pom.xml
index 9f7df5d14c6409a9e8cee5172b2962e5efe7043d..52ad8bfb221f3f0e90e994a7638916a96c3bdb2a 100644 (file)
@@ -42,7 +42,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
         <artifactId>maven-checkstyle-plugin</artifactId>
         <configuration>
           <configLocation>
-            ${project.basedir}/../../commons/src/main/resources/odl_checks.xml
+            ${project.basedir}/../../commons/src/main/resources/vpns_checks.xml
           </configLocation>
           <failsOnError>true</failsOnError>
           <includes>**/*.java,**/*.xml,**/*.ini,**/*.sh,**/*.bat</includes>