Remove version hard coding in integration tests
[controller.git] / opendaylight / commons / opendaylight / pom.xml
index 7c6a618a31717a70f6dc66903d8c5d645527956e..4ad7c9403285bba8171fa4e03cc9cd214e7f8c8b 100644 (file)
         </configuration>
         <executions>
           <execution>
+            <id>failsafe-integration-tests</id>
+            <phase>integration-test</phase>
             <goals>
               <goal>integration-test</goal>
             </goals>
           </execution>
+          <execution>
+            <id>failsafe-verify</id>
+            <phase>verify</phase>
+            <goals>
+              <goal>verify</goal>
+            </goals>
+          </execution>
         </executions>
       </plugin>
       <plugin>