File tree Expand file tree Collapse file tree 1 file changed +0
-37
lines changed Expand file tree Collapse file tree 1 file changed +0
-37
lines changed Original file line number Diff line number Diff line change 319
319
Hence, *DO NOT MANUALLY EDIT THIS VALUE*! -->
320
320
<project .build.outputTimestamp>2024-03-06T09:31:11Z</project .build.outputTimestamp>
321
321
322
- <!-- Enables Predictive Test Selection for the project -->
323
- <predictive .test.selection.enabled>false</predictive .test.selection.enabled>
324
-
325
322
<!-- ========================
326
323
Site-specific properties
327
324
======================== -->
1006
1003
</build >
1007
1004
</profile >
1008
1005
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 >
1043
1006
</profiles >
1044
1007
1045
1008
</project >
You can’t perform that action at this time.
0 commit comments