maven-site-plugin to use umask instead of chmod
authorAndreas Kohlbecker <a.kohlbecker@bgbm.org>
Thu, 16 Mar 2017 12:06:19 +0000 (13:06 +0100)
committerAndreas Kohlbecker <a.kohlbecker@bgbm.org>
Thu, 16 Mar 2017 12:06:19 +0000 (13:06 +0100)
pom.xml

diff --git a/pom.xml b/pom.xml
index 70d4c926072d41d0e56c318b11163f099f2d4f00..26686ba6b00700f3e96d16fc013660b7c93c300b 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <version>3.3</version>
         <configuration>
           <locales>en</locales>
+          <outputEncoding>UTF-8</outputEncoding>
+          <!-- chmod: not not use chmod, rather adapt the umask of the user 
+            at the server to which the site is deployed -->
+          <chmod>false</chmod>
         </configuration>
       </plugin>
       <plugin>