[java-oidc-common] branch maint-2 updated: JPAR-220 - Stabilise uid and gid in generated archives

Ian Young ian at iay.org.uk
Wed Jul 12 13:08:35 UTC 2023


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

iay pushed a commit to branch maint-2
in repository java-oidc-common.

View the commit online:
http://git.shibboleth.net/view/?p=java-oidc-common.git;a=commit;h=351c48a1683bf76643cd7a7157630d15aed9ceaa

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

commit 351c48a1683bf76643cd7a7157630d15aed9ceaa
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Wed Jul 12 08:23:44 2023 +0000

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

diff --git a/oidc-common-dist/pom.xml b/oidc-common-dist/pom.xml
index 67a10ad..642aa8b 100644
--- a/oidc-common-dist/pom.xml
+++ b/oidc-common-dist/pom.xml
@@ -62,6 +62,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