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

Ian Young ian at iay.org.uk
Wed Jul 12 08:24:33 UTC 2023


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

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

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

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

commit 94196978ee9cb61c15916cd1a9aee28495de8f2e
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 ac0bfa9..292a0d3 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