This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch next in repository https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git
commit 203c49dd3ee857824d9a76b9c7b7fbc2ccd455ef Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Mon May 3 13:29:48 2021 +0200 (doc) enable streamLogsOnFailure --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index c4eea61..72b0bd2 100644 --- a/pom.xml +++ b/pom.xml @@ -475,6 +475,7 @@ under the License. <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>
