Move old netvirt files into openstack dir
[netvirt.git] / openstack / net-virt-it / pom.xml
index 2cb140a51c9770b28e5cf914718c2249c5b3a46b..066ff727be1506ce92d1108b11ef2e057f1dfc59 100644 (file)
@@ -12,12 +12,10 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <groupId>org.opendaylight.netvirt</groupId>
     <artifactId>it</artifactId>
     <version>1.3.0-SNAPSHOT</version>
-    <relativePath>../../commons/it</relativePath>
+    <relativePath>../commons/it</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
-  <groupId>org.opendaylight.netvirt</groupId>
   <artifactId>openstack.net-virt-it</artifactId>
-  <version>1.3.0-SNAPSHOT</version>
   <packaging>jar</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>
@@ -115,6 +113,10 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-checkstyle-plugin</artifactId>
+        <configuration>
+          <!--<propertyExpansion>checkstyle.violationSeverity=error</propertyExpansion>-->
+          <includeTestSourceDirectory>true</includeTestSourceDirectory>
+        </configuration>
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>