Add project info to name in pom files
[netvirt.git] / vpnservice / commons / it-parent / pom.xml
index 301eeba7492e078ae61545bbc98c0fee5e9a7df7..64be79840924d78e2a1a04529e112252307374de 100644 (file)
@@ -20,7 +20,8 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
   <groupId>org.opendaylight.netvirt</groupId>
   <artifactId>it-parent</artifactId>
-  <version>1.4.0-SNAPSHOT</version>
+  <name>ODL :: netvirt :: ${project.artifactId}</name>
+  <version>0.4.0-SNAPSHOT</version>
   <packaging>pom</packaging>
   <description>The OVSDB Plugin integration project is a project for OpenDaylight that will implement the Open vSwitch Database RFC 7047 management protocol allowing the Southbound configuration of vSwitches and a network virtualization implementation.</description>
   <licenses>
@@ -43,12 +44,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <url>https://wiki.opendaylight.org/view/OVSDB_Integration:Main</url>
   </scm>
 
-  <prerequisites>
-    <maven>3.1.1</maven>
-  </prerequisites>
-
   <properties>
     <skip.surefire.tests>false</skip.surefire.tests>
+    <ovsdb.version>1.4.0-SNAPSHOT</ovsdb.version>
   </properties>
   <profiles>
     <profile>
@@ -95,6 +93,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
   <build>
     <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-checkstyle-plugin</artifactId>
+        <configuration>
+          <propertyExpansion>checkstyle.violationSeverity=error</propertyExpansion>
+          <!--<excludes>**/yang/</excludes>-->
+        </configuration>
+      </plugin>
       <plugin>
         <groupId>org.jacoco</groupId>
         <artifactId>jacoco-maven-plugin</artifactId>