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 2020/05/02 15:12:33 UTC

[maven-integration-testing] branch MNG-5937 updated: [MNG-5937] Lock to available maven-install-plugin

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

rfscholte pushed a commit to branch MNG-5937
in repository https://gitbox.apache.org/repos/asf/maven-integration-testing.git


The following commit(s) were added to refs/heads/MNG-5937 by this push:
     new ddf2750  [MNG-5937] Lock to available maven-install-plugin
ddf2750 is described below

commit ddf275009fa6065edab4dc25770346f38d60e285
Author: rfscholte <rf...@apache.org>
AuthorDate: Sat May 2 17:12:17 2020 +0200

    [MNG-5937] Lock to available maven-install-plugin
---
 .../src/test/java/org/apache/maven/it/MavenITmng5937MavenWrapper.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5937MavenWrapper.java b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5937MavenWrapper.java
index 5011662..3dfa224 100644
--- a/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5937MavenWrapper.java
+++ b/core-it-suite/src/test/java/org/apache/maven/it/MavenITmng5937MavenWrapper.java
@@ -60,7 +60,7 @@ public class MavenITmng5937MavenWrapper
         distInstaller.setSystemProperty( "version", getMavenVersion().toString() );
         distInstaller.setSystemProperty( "classifier", "bin" );
         distInstaller.setSystemProperty( "packaging", "zip" );
-        distInstaller.executeGoal( "install:install-file" );
+        distInstaller.executeGoal( "org.apache.maven.plugins:maven-install-plugin:2.5.2:install-file" );
         
         String distroValue = System.getProperty( "maven.wrapper.distrodir" );
         if ( distroValue == null )