Skip to content

Commit 15a02d6

Browse files
committed
(doc) enable streamLogsOnFailure
1 parent a462cd3 commit 15a02d6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pom.xml

+2
Original file line numberDiff line numberDiff line change
@@ -471,10 +471,12 @@ under the License.
471471
<plugin>
472472
<groupId>org.apache.maven.plugins</groupId>
473473
<artifactId>maven-invoker-plugin</artifactId>
474+
<version>3.2.2</version>
474475
<configuration>
475476
<localRepositoryPath>${project.build.directory}/local-repo</localRepositoryPath>
476477
<projectsDirectory>src/it/projects</projectsDirectory>
477478
<settingsFile>src/it/mrm/settings.xml</settingsFile>
479+
<streamLogsOnFailures>true</streamLogsOnFailures>
478480
<pomExcludes>
479481
<pomExclude>MJAVADOC-181/pom.xml</pomExclude> <!-- seems to be wrong, see comment in Jira issue -->
480482
<pomExclude>output-encoding/pom.xml</pomExclude>

0 commit comments

Comments
 (0)