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

Ian Young ian at iay.org.uk
Wed Jul 12 08:20:30 UTC 2023


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

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

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

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

commit 2fc3708d9463a833f24808018d8298257a975e0b
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 7a5eedb09..30d417bca 100644
--- a/idp-distribution/pom.xml
+++ b/idp-distribution/pom.xml
@@ -246,6 +246,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