Skip to content

Commit

Permalink
(doc) enable streamLogsOnFailure
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed May 3, 2021
1 parent a462cd3 commit 15a02d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -471,10 +471,12 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-invoker-plugin</artifactId>
<version>3.2.2</version>
<configuration>
<localRepositoryPath>${project.build.directory}/local-repo</localRepositoryPath>
<projectsDirectory>src/it/projects</projectsDirectory>
<settingsFile>src/it/mrm/settings.xml</settingsFile>
<streamLogsOnFailures>true</streamLogsOnFailures>
<pomExcludes>
<pomExclude>MJAVADOC-181/pom.xml</pomExclude> <!-- seems to be wrong, see comment in Jira issue -->
<pomExclude>output-encoding/pom.xml</pomExclude>
Expand Down

0 comments on commit 15a02d6

Please sign in to comment.