Skip to content

Commit d216241

Browse files
veloclaude
andcommitted
Fix CI profile to respect existing toolchain configuration
Remove forkCount and reuseForks settings that were interfering with the existing toolchain setup and causing Java version mismatches. Keep only redirectTestOutputToFile=false for CI log visibility. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 6c57e62 commit d216241

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1067,17 +1067,13 @@
10671067
<artifactId>maven-surefire-plugin</artifactId>
10681068
<configuration>
10691069
<redirectTestOutputToFile>false</redirectTestOutputToFile>
1070-
<forkCount>1</forkCount>
1071-
<reuseForks>false</reuseForks>
10721070
</configuration>
10731071
</plugin>
10741072
<plugin>
10751073
<groupId>org.apache.maven.plugins</groupId>
10761074
<artifactId>maven-failsafe-plugin</artifactId>
10771075
<configuration>
10781076
<redirectTestOutputToFile>false</redirectTestOutputToFile>
1079-
<forkCount>1</forkCount>
1080-
<reuseForks>false</reuseForks>
10811077
</configuration>
10821078
</plugin>
10831079
</plugins>

0 commit comments

Comments
 (0)