restructure and base modules for different features
[vpnservice.git] / vpnmanager-impl / pom.xml
index d776200203849ec8abca87b31fd9693674fc7666..5c87523e361915b53e50f64cda20329ec2491094 100644 (file)
@@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <modelVersion>4.0.0</modelVersion>\r
   <groupId>org.opendaylight.vpnservice</groupId>\r
   <artifactId>vpnmanager-impl</artifactId>\r
-  <version>1.0-SNAPSHOT</version>\r
+  <version>0.0.1-SNAPSHOT</version>\r
   <packaging>bundle</packaging>\r
   <dependencies>\r
     <dependency>\r
@@ -37,5 +37,21 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
        <scope>test</scope>\r
     </dependency>\r
   </dependencies>\r
+  <build>\r
+    <plugins>\r
+      <plugin>\r
+        <groupId>org.apache.maven.plugins</groupId>\r
+        <artifactId>maven-checkstyle-plugin</artifactId>\r
+        <configuration>\r
+          <configLocation>\r
+            ${project.basedir}/../commons/src/main/resources/vpns_checks.xml\r
+          </configLocation>\r
+          <failsOnError>true</failsOnError>\r
+          <includes>**/*.java,**/*.xml,**/*.ini</includes>\r
+          <excludes>**/yang/</excludes>\r
+        </configuration>\r
+      </plugin>\r
+    </plugins>\r
+  </build>\r
 \r
 </project>\r