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

Ian Young ian at iay.org.uk
Tue Jul 11 15:45:09 UTC 2023


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

iay pushed a commit to branch main
in repository java-metadata-aggregator.

View the commit online:
http://git.shibboleth.net/view/?p=java-metadata-aggregator.git;a=commit;h=4626864e385f36ccb47870bd2ba6a3cf0fa28553

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

commit 4626864e385f36ccb47870bd2ba6a3cf0fa28553
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Tue Jul 11 15:35:42 2023 +0000

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

diff --git a/mda-distribution/pom.xml b/mda-distribution/pom.xml
index e3641cb..f7cdbbf 100644
--- a/mda-distribution/pom.xml
+++ b/mda-distribution/pom.xml
@@ -109,6 +109,8 @@
                     </execution>
                 </executions>
                 <configuration>
+		    <overrideUid>1000</overrideUid>
+		    <overrideGid>1000</overrideGid>
                     <tarLongFileMode>gnu</tarLongFileMode>
                     <ignoreMissingDescriptor>false</ignoreMissingDescriptor>
                     <appendAssemblyId>false</appendAssemblyId>

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


More information about the commits mailing list