wilx commented on a change in pull request #15: MASSEMBLY-922 - allow to
override UID/GID for files stored in TAR
URL:
https://github.com/apache/maven-assembly-plugin/pull/15#discussion_r362092317
##########
File path:
src/main/java/org/apache/maven/plugins/assembly/mojos/AbstractAssemblyMojo.java
##########
@@ -404,6 +404,32 @@
@Parameter( defaultValue = "${project.build.outputTimestamp}" )
private String outputTimestamp;
+ /**
+ * Override of user ID in archive type which can store it.
+ */
+ @Parameter( property = "assembly.overrideUid" )
Review comment:
IMHO, it seems nice to be able to do it via command line.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services