You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2018/12/10 17:02:18 UTC

[maven-dependency-plugin] 01/01: Removed deprecated call.

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

khmarbaise pushed a commit to branch CODECLEANUP
in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git

commit 7962db7cf732e15dbc2361c50171f7c68e7f4735
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Mon Dec 10 18:02:04 2018 +0100

    Removed deprecated call.
---
 .../org/apache/maven/plugins/dependency/AbstractDependencyMojo.java     | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/main/java/org/apache/maven/plugins/dependency/AbstractDependencyMojo.java b/src/main/java/org/apache/maven/plugins/dependency/AbstractDependencyMojo.java
index 3d4ba58..5cbee29 100644
--- a/src/main/java/org/apache/maven/plugins/dependency/AbstractDependencyMojo.java
+++ b/src/main/java/org/apache/maven/plugins/dependency/AbstractDependencyMojo.java
@@ -277,8 +277,6 @@ public abstract class AbstractDependencyMojo
                 getLog().info( "Unpacks '" + type + "' with encoding '" + encoding + "'." );
             }
 
-            unArchiver.setUseJvmChmod( useJvmChmod );
-
             unArchiver.setIgnorePermissions( ignorePermissions );
 
             unArchiver.setSourceFile( file );