Skip to content

Commit c384b48

Browse files
committed
Remove PTS profile
1 parent fdd7258 commit c384b48

File tree

1 file changed

+0
-37
lines changed

1 file changed

+0
-37
lines changed

pom.xml

Lines changed: 0 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -319,9 +319,6 @@
319319
Hence, *DO NOT MANUALLY EDIT THIS VALUE*! -->
320320
<project.build.outputTimestamp>2024-03-06T09:31:11Z</project.build.outputTimestamp>
321321

322-
<!-- Enables Predictive Test Selection for the project -->
323-
<predictive.test.selection.enabled>false</predictive.test.selection.enabled>
324-
325322
<!-- ========================
326323
Site-specific properties
327324
======================== -->
@@ -1006,40 +1003,6 @@
10061003
</build>
10071004
</profile>
10081005

1009-
<profile>
1010-
<!-- These settings cause a build failure if the Develocity extension is absent.
1011-
1012-
Due to a bug in Develocity, we disable Develocity by removing the `.mvn/extensions.xml` file
1013-
in the `deploy-site` run.
1014-
The removal of the file will also disable this profile.
1015-
-->
1016-
<id>predictive-test-selection</id>
1017-
1018-
<activation>
1019-
<file>
1020-
<exists>${maven.multiModuleProjectDirectory}/.mvn/extensions.xml</exists>
1021-
</file>
1022-
</activation>
1023-
1024-
<build>
1025-
<plugins>
1026-
1027-
<plugin>
1028-
<groupId>org.apache.maven.plugins</groupId>
1029-
<artifactId>maven-surefire-plugin</artifactId>
1030-
<configuration>
1031-
<properties>
1032-
<predictiveSelection>
1033-
<enabled>${predictive.test.selection.enabled}</enabled>
1034-
</predictiveSelection>
1035-
</properties>
1036-
</configuration>
1037-
</plugin>
1038-
1039-
</plugins>
1040-
</build>
1041-
1042-
</profile>
10431006
</profiles>
10441007

10451008
</project>

0 commit comments

Comments
 (0)