You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2021/05/03 11:54:20 UTC

[maven-javadoc-plugin] branch master updated: (doc) enable streamLogsOnFailure

This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 15a02d6  (doc) enable streamLogsOnFailure
15a02d6 is described below

commit 15a02d6f7928681be6d11a7866ccc09d73a9c869
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Mon May 3 13:29:48 2021 +0200

    (doc) enable streamLogsOnFailure
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index c4eea61..f53e007 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>