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

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


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

iay pushed a commit to branch maint-3
in repository java-idp-oidc.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-oidc.git;a=commit;h=3837c7f18f9e4925d6855603915ed11fe63fb908

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

commit 3837c7f18f9e4925d6855603915ed11fe63fb908
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Wed Jul 12 08:21:15 2023 +0000

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

diff --git a/idp-oidc-extension-distribution/pom.xml b/idp-oidc-extension-distribution/pom.xml
index 013d7423..4f1c6623 100644
--- a/idp-oidc-extension-distribution/pom.xml
+++ b/idp-oidc-extension-distribution/pom.xml
@@ -26,6 +26,8 @@
             <plugin>
                 <artifactId>maven-assembly-plugin</artifactId>
                 <configuration>
+                    <overrideUid>1000</overrideUid>
+                    <overrideGid>1000</overrideGid>
                     <tarLongFileMode>gnu</tarLongFileMode>
                     <descriptors>
                         <descriptor>src/main/assembly/plugin-assembly-tgz.xml</descriptor>

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


More information about the commits mailing list