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:29:58 UTC

[maven-javadoc-plugin] branch next created (now 203c49d)

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

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


      at 203c49d  (doc) enable streamLogsOnFailure

This branch includes the following new commits:

     new 203c49d  (doc) enable streamLogsOnFailure

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[maven-javadoc-plugin] 01/01: (doc) enable streamLogsOnFailure

Posted by sl...@apache.org.
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 <sl...@apache.org>
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>