You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by cs...@apache.org on 2021/10/07 07:25:28 UTC

[maven-install-plugin] 02/02: Remove unneeded change

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

cstamas pushed a commit to branch install-at-end
in repository https://gitbox.apache.org/repos/asf/maven-install-plugin.git

commit c08a7364b814e4187ca8e845de9d7b0bcdc69483
Author: Tamas Cservenak <ta...@cservenak.net>
AuthorDate: Thu Oct 7 09:25:13 2021 +0200

    Remove unneeded change
---
 .../java/org/apache/maven/plugins/install/InstallFileMojoTest.java    | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/test/java/org/apache/maven/plugins/install/InstallFileMojoTest.java b/src/test/java/org/apache/maven/plugins/install/InstallFileMojoTest.java
index d04b1b1..de0a32a 100644
--- a/src/test/java/org/apache/maven/plugins/install/InstallFileMojoTest.java
+++ b/src/test/java/org/apache/maven/plugins/install/InstallFileMojoTest.java
@@ -218,8 +218,6 @@ public class InstallFileMojoTest
 
         assertNotNull( mojo );
 
-        setVariableValueToObject( mojo, "pluginContext", new ConcurrentHashMap<>() );
-
         setVariableValueToObject( mojo, "session", createMavenSession() );
 
         assignValuesForParameter( mojo );
@@ -248,8 +246,6 @@ public class InstallFileMojoTest
 
         assertNotNull( mojo );
 
-        setVariableValueToObject( mojo, "pluginContext", new ConcurrentHashMap<>() );
-
         setVariableValueToObject( mojo, "session", createMavenSession() );
 
         assignValuesForParameter( mojo );