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

[maven-assembly-plugin] branch master updated: useJvmChmod not used anymore

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

olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-assembly-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 1bfc69e  useJvmChmod not used anymore
1bfc69e is described below

commit 1bfc69e6e8cc0b020b87fa6abfe97f599e99defb
Author: olivier lamy <ol...@apache.org>
AuthorDate: Sun Dec 23 10:42:04 2018 +1000

    useJvmChmod not used anymore
    
    Signed-off-by: olivier lamy <ol...@apache.org>
---
 pom.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index a3f4397..50f7e93 100644
--- a/pom.xml
+++ b/pom.xml
@@ -377,7 +377,6 @@ under the License.
         <test.remote.repo.url>file://${project.build.testOutputDirectory}/remote-repository</test.remote.repo.url>
         <it.streamLogs>false</it.streamLogs>
         <testVersion>${project.version}</testVersion>
-        <useJvmChmod>false</useJvmChmod>
       </properties>
 
       <build>
@@ -387,7 +386,6 @@ under the License.
             <artifactId>maven-invoker-plugin</artifactId>
             <configuration>
               <properties>
-                <useJvmChmod>${useJvmChmod}</useJvmChmod>
                 <testVersion>${testVersion}</testVersion>
                 <!-- e.g. ensure that Java7 picks up TLSv1.2 when connecting with Central -->
                 <https.protocols>${https.protocols}</https.protocols>