Skip to content

Commit bbd2486

Browse files
committed
Run invoker plugin with a single thread to avoid build failures
Running the invoker plugin with multiple threads against an empty Maven cache results in strange build failures where Maven claims that it cannot find a jar or pom file for an artifact that it should be able to find. It would appear that Maven is unable to cope with concurrent writes to its cache. This commit removes the usage of multiple threads that was introduced in 4e907f1. Fixes gh-2389
1 parent 4e907f1 commit bbd2486

File tree

1 file changed

+0
-1
lines changed
  • spring-boot-tools/spring-boot-loader

1 file changed

+0
-1
lines changed

spring-boot-tools/spring-boot-loader/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@
6262
<addTestClassPath>true</addTestClassPath>
6363
<skipInvocation>${skipTests}</skipInvocation>
6464
<streamLogs>true</streamLogs>
65-
<parallelThreads>4</parallelThreads>
6665
</configuration>
6766
<executions>
6867
<execution>

0 commit comments

Comments
 (0)