[java-idp-oidc] branch main updated: JPAR-220 - Stabilise uid and gid in generated archives
Ian Young
ian at iay.org.uk
Wed Jul 12 08:21:24 UTC 2023
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch main
in repository java-idp-oidc.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-oidc.git;a=commit;h=bf57773eb8a56323c6cd970b1aa055574ba0c76a
The following commit(s) were added to refs/heads/main by this push:
new bf57773e JPAR-220 - Stabilise uid and gid in generated archives
bf57773e is described below
commit bf57773eb8a56323c6cd970b1aa055574ba0c76a
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 8649b250..c18d087c 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