You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2021/05/08 13:36:47 UTC

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

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

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

commit d5b80c06c9d243a3e267c5dbb5961fd9d514ab87
Author: rfscholte <rf...@apache.org>
AuthorDate: Sat May 8 15:36:26 2021 +0200

    Revert "(doc) enable streamLogsOnFailure"
    
    This reverts commit 15a02d6f7928681be6d11a7866ccc09d73a9c869.
---
 pom.xml | 2 --
 1 file changed, 2 deletions(-)

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