Merge "Add snapshots/releases setting to all maven repos."
[controller.git] / opendaylight / commons / opendaylight / pom.xml
index 75b78cf015d08759e247a15da5691f39020e331b..f6282d86a2e1e11967521e76aa277fabcd8a406d 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>