File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -349,6 +349,7 @@ limitations under the License.
349
349
<junit5Version >5.10.1</junit5Version >
350
350
<spotless .action>check</spotless .action>
351
351
<sisuMavenPluginVersion >0.9.0.M2</sisuMavenPluginVersion >
352
+ <invoker .streamLogsOnFailures>true</invoker .streamLogsOnFailures>
352
353
</properties >
353
354
354
355
<dependencyManagement >
@@ -431,6 +432,14 @@ limitations under the License.
431
432
<artifactId >maven-jar-plugin</artifactId >
432
433
<version >3.3.0</version >
433
434
</plugin >
435
+ <plugin >
436
+ <groupId >org.apache.maven.plugins</groupId >
437
+ <artifactId >maven-invoker-plugin</artifactId >
438
+ <version >3.6.0</version >
439
+ <configuration >
440
+ <streamLogsOnFailures >${invoker.streamLogsOnFailures} </streamLogsOnFailures >
441
+ </configuration >
442
+ </plugin >
434
443
<plugin >
435
444
<groupId >org.apache.maven.plugins</groupId >
436
445
<artifactId >maven-javadoc-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments