Add pax-exam integration-tests for hardware_vtep
[ovsdb.git] / integrationtest / pom.xml
index afbb8b1857ce4fb9b9f2ab88994e2040556afef2..55c5914fba26a383ee7175d5af50f73126e4791b 100644 (file)
@@ -5,12 +5,13 @@
   <parent>
     <groupId>org.opendaylight.ovsdb</groupId>
     <artifactId>commons.integrationtest</artifactId>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.3.0-SNAPSHOT</version>
     <relativePath>../commons/integrationtest</relativePath>
   </parent>
 
   <artifactId>integrationtest</artifactId>
-  <version>1.2.0-SNAPSHOT</version>
+  <version>1.3.0-SNAPSHOT</version>
+  <name>OpenDaylight OVSDB Integration Tests</name>
   <packaging>jar</packaging>
 
   <dependencies>
                   <pluginExecutionFilter>
                     <groupId>org.apache.servicemix.tooling</groupId>
                     <artifactId>depends-maven-plugin</artifactId>
-                    <executions>
-                      <execution>
-                        <id>generate-depends-file</id>
-                        <goals>
-                          <goal>generate-depends-file</goal>
-                        </goals>
-                      </execution>
-                    </executions>
+                    <versionRange>[0,)</versionRange>
+                    <goals>
+                      <goal>generate-depends-file</goal>
+                    </goals>
                   </pluginExecutionFilter>
                   <action>
                     <ignore/>
@@ -82,6 +79,7 @@
       <plugin>
         <groupId>org.apache.servicemix.tooling</groupId>
         <artifactId>depends-maven-plugin</artifactId>
+        <version>1.2</version>
         <executions>
           <execution>
             <id>generate-depends-file</id>