Introduce a new profile for second verify job
[sdc.git] / integration-tests / pom.xml
index 949b326..98d827d 100644 (file)
@@ -832,4 +832,13 @@ limitations under the License.
             </plugin>
         </plugins>
     </build>
+    <profiles>
+        <profile>
+            <id>all-for-integration-tests-only</id>
+            <properties>
+                <surefire.skip.tests>true</surefire.skip.tests>
+                <skipTest>false</skipTest>
+            </properties>
+        </profile>
+    </profiles>
 </project>