You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2019/12/30 19:09:06 UTC

[GitHub] [maven-assembly-plugin] wilx commented on a change in pull request #15: MASSEMBLY-922 - allow to override UID/GID for files stored in TAR

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_r362070580
 
 

 ##########
 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:
   All the other properties are just `assembly.*`.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services