Skip to content

Commit 315e87f

Browse files
Add maven-invoker-plugin to pluginManagement
1 parent 0b41643 commit 315e87f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)