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.
349349 <junit5Version >5.10.1</junit5Version >
350350 <spotless .action>check</spotless .action>
351351 <sisuMavenPluginVersion >0.9.0.M2</sisuMavenPluginVersion >
352+ <invoker .streamLogsOnFailures>true</invoker .streamLogsOnFailures>
352353 </properties >
353354
354355 <dependencyManagement >
@@ -431,6 +432,14 @@ limitations under the License.
431432 <artifactId >maven-jar-plugin</artifactId >
432433 <version >3.3.0</version >
433434 </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 >
434443 <plugin >
435444 <groupId >org.apache.maven.plugins</groupId >
436445 <artifactId >maven-javadoc-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments