summaryrefslogtreecommitdiffstats
path: root/cps-path-parser/pom.xml
diff options
context:
space:
mode:
authorToine Siebelink <toine.siebelink@est.tech>2024-11-12 17:29:09 +0000
committerGerrit Code Review <gerrit@onap.org>2024-11-12 17:29:09 +0000
commite8d4ada1b904380bc5fcba339d9c68c49fb5252b (patch)
treefcee845c87fe28afee6f10ffd4634d44e9c61b4a /cps-path-parser/pom.xml
parent0513e39ea945f5f530ebe6c9366cedf70052b561 (diff)
parentea5b0a88b64ed86c7a1e443bfe8e8b0477f673e6 (diff)
Merge "Configure Maven Profile for Performance Tests"
Diffstat (limited to 'cps-path-parser/pom.xml')
-rw-r--r--cps-path-parser/pom.xml26
1 files changed, 0 insertions, 26 deletions
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 @@
<scope>test</scope>
</dependency>
</dependencies>
-
- <profiles>
- <profile>
- <id>default</id>
- <activation>
- <activeByDefault>true</activeByDefault>
- </activation>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <excludes>
- <exclude>%regex[.*PerfTest.*]</exclude>
- </excludes>
- </configuration>
- </plugin>
- </plugins>
- </build>
- </profile>
- <profile>
- <id>include-performance</id>
- </profile>
- </profiles>
-
</project>