[java-plugin-storage-jdbc] branch maint-1 updated: JPAR-220 - Stabilise uid and gid in generated archives

Ian Young ian at iay.org.uk
Wed Jul 12 13:09:07 UTC 2023


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

iay pushed a commit to branch maint-1
in repository java-plugin-storage-jdbc.

View the commit online:
http://git.shibboleth.net/view/?p=java-plugin-storage-jdbc.git;a=commit;h=1eb36351f8808fdf8650b813252bb1e73e6166c9

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

commit 1eb36351f8808fdf8650b813252bb1e73e6166c9
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Wed Jul 12 08:24:23 2023 +0000

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

diff --git a/jdbc-storage-dist/pom.xml b/jdbc-storage-dist/pom.xml
index 0716f78..0d20503 100644
--- a/jdbc-storage-dist/pom.xml
+++ b/jdbc-storage-dist/pom.xml
@@ -37,6 +37,8 @@
                                 <descriptor>src/main/assembly/assembly.xml</descriptor>
                             </descriptors>
                             <finalName>${dist.plugin.finalName}</finalName>
+                            <overrideUid>1000</overrideUid>
+                            <overrideGid>1000</overrideGid>
                             <tarLongFileMode>gnu</tarLongFileMode>
                         </configuration>
                     </execution>

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


More information about the commits mailing list