[java-identity-provider] branch maint-4 updated: JPAR-220 - Stabilise uid and gid in generated archives

Ian Young ian at iay.org.uk
Wed Jul 12 13:05:31 UTC 2023


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

iay pushed a commit to branch maint-4
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=ccbdf8e32b168bad3eb785891f1b84712faa3066

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

commit ccbdf8e32b168bad3eb785891f1b84712faa3066
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Wed Jul 12 08:20:16 2023 +0000

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

diff --git a/idp-distribution/pom.xml b/idp-distribution/pom.xml
index 9bc91c3d0..5c047c6c6 100644
--- a/idp-distribution/pom.xml
+++ b/idp-distribution/pom.xml
@@ -243,6 +243,8 @@
                         <descriptor>src/main/assembly/idp-assembly-zip.xml</descriptor>
                     </descriptors>
                     <finalName>${idp.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