useJvmChmod not used anymore

Signed-off-by: olivier lamy <olamy@apache.org>
diff --git a/pom.xml b/pom.xml
index a3f4397..50f7e93 100644
--- a/pom.xml
+++ b/pom.xml
@@ -377,7 +377,6 @@
         <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 @@
             <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>