This is an automated email from the ASF dual-hosted git repository.
rfscholte pushed a commit to branch MJAVADOC-618
in repository https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git
The following commit(s) were added to refs/heads/MJAVADOC-618 by this push:
new 6aeef30 streamLogsOnFailures
6aeef30 is described below
commit 6aeef30500b2010226be3d05688b2145e8689409
Author: rfscholte <[email protected]>
AuthorDate: Fri Aug 27 09:01:19 2021 +0200
streamLogsOnFailures
---
pom.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/pom.xml b/pom.xml
index fb5d46a..cf5cf7b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -491,7 +491,9 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-invoker-plugin</artifactId>
+ <version>3.2.2</version>
<configuration>
+ <streamLogsOnFailures>true</streamLogsOnFailures>
<localRepositoryPath>${project.build.directory}/local-repo</localRepositoryPath>
<projectsDirectory>src/it/projects</projectsDirectory>
<settingsFile>src/it/mrm/settings.xml</settingsFile>