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 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 ======================== -->
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 >
You can’t perform that action at this time.
0 commit comments