From ea5b0a88b64ed86c7a1e443bfe8e8b0477f673e6 Mon Sep 17 00:00:00 2001 From: sourabh_sourabh Date: Mon, 11 Nov 2024 16:40:59 +0000 Subject: Configure Maven Profile for Performance Tests - Enhance: Define global property for maven-resources-plugin and maven-failsafe-plugin version. - Updated Maven configuration to include performance test cases - Enable performance test inclusion in build with include-performance profile - Configured build to run all performance tests with include-performance profile Issue-ID: CPS-2491 Change-Id: Iecedfc0fce9ce8ed2bfab00784d22eb53cacd18a Signed-off-by: sourabh_sourabh --- cps-path-parser/pom.xml | 26 -------------------------- 1 file changed, 26 deletions(-) (limited to 'cps-path-parser/pom.xml') diff --git a/cps-path-parser/pom.xml b/cps-path-parser/pom.xml index 57b1e6b247..b876c48810 100644 --- a/cps-path-parser/pom.xml +++ b/cps-path-parser/pom.xml @@ -82,30 +82,4 @@ test - - - - default - - true - - - - - org.apache.maven.plugins - maven-surefire-plugin - - - %regex[.*PerfTest.*] - - - - - - - - include-performance - - - -- cgit 1.2.3-korg