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)