You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Robert Scholte (Jira)" <ji...@apache.org> on 2020/03/18 19:00:00 UTC

[jira] [Created] (MASSEMBLY-931) Support OpenOptions for a file

Robert Scholte created MASSEMBLY-931:
----------------------------------------

             Summary: Support OpenOptions for a file
                 Key: MASSEMBLY-931
                 URL: https://issues.apache.org/jira/browse/MASSEMBLY-931
             Project: Maven Assembly Plugin
          Issue Type: New Feature
            Reporter: Robert Scholte


When writing a file in Java via Files.write/Files.writeString ([https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/nio/file/Files.html]) it is possible to add OpenOptions. 

[https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/nio/file/StandardOpenOption.html] shows a set of available values.

At least the <file> -element [https://maven.apache.org/plugins/maven-assembly-plugin/assembly.html#class_file] should be extends with <options/>



 

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)