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-dependency-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new a95e4b1  [MDEP-766] Upgrade maven-invoker-plugin to version 3.2.2
a95e4b1 is described below

commit a95e4b156fc50050af5ce6ffc0719deb51fda2a3
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Sat Sep 11 13:29:18 2021 +0200

    [MDEP-766] Upgrade maven-invoker-plugin to version 3.2.2
    
    use streamLogsOnFailures to help to investigate failed test on CI
---
 pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/pom.xml b/pom.xml
index 8522990..a819a02 100644
--- a/pom.xml
+++ b/pom.xml
@@ -447,6 +447,8 @@ under the License.
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-invoker-plugin</artifactId>
+            <!-- version should be removed after will be updated in parent pom 
-->
+            <version>3.2.2</version>
             <configuration>
               <goals>
                 <goal>clean</goal>
@@ -466,6 +468,7 @@ under the License.
                 
<repository.proxy.url>${repository.proxy.url}</repository.proxy.url>
               </filterProperties>
               <addTestClassPath>true</addTestClassPath>
+              <streamLogsOnFailures>true</streamLogsOnFailures>
             </configuration>
           </plugin>
           <plugin>

Reply via email to