[java-idp-plugin-totp] branch main updated: JPAR-220 - Stabilise uid and gid in generated archives

Ian Young ian at iay.org.uk
Wed Jul 12 13:18:29 UTC 2023


This is an automated email from the git hooks/post-receive script.

iay pushed a commit to branch main
in repository java-idp-plugin-totp.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-totp.git;a=commit;h=b496f849d884154916c299bd064a938f0b254dd9

The following commit(s) were added to refs/heads/main by this push:
     new b496f84  JPAR-220 - Stabilise uid and gid in generated archives
b496f84 is described below

commit b496f849d884154916c299bd064a938f0b254dd9
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Wed Jul 12 13:18:12 2023 +0000

    JPAR-220 - Stabilise uid and gid in generated archives
    
    https://shibboleth.atlassian.net/browse/JPAR-220
---
 totp-dist/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/totp-dist/pom.xml b/totp-dist/pom.xml
index 8af59d4..6642bbd 100644
--- a/totp-dist/pom.xml
+++ b/totp-dist/pom.xml
@@ -64,6 +64,8 @@
                         <descriptor>src/main/assembly/plugin-assembly-zip.xml</descriptor>
                     </descriptors>
                     <finalName>${dist.finalName}</finalName>
+                    <overrideUid>1000</overrideUid>
+                    <overrideGid>1000</overrideGid>
                     <tarLongFileMode>gnu</tarLongFileMode>
                 </configuration>
             </plugin>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list