[java-parent-project] branch main updated: JPAR-220 - Stabilise uid and gid in generated archives
Ian Young
ian at iay.org.uk
Tue Jul 11 16:39: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-parent-project.
View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=770f3c4a44f5f2c7ceb9db308c70dd48bd03605c
The following commit(s) were added to refs/heads/main by this push:
new 770f3c4 JPAR-220 - Stabilise uid and gid in generated archives
770f3c4 is described below
commit 770f3c4a44f5f2c7ceb9db308c70dd48bd03605c
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Tue Jul 11 16:38:49 2023 +0000
JPAR-220 - Stabilise uid and gid in generated archives
https://shibboleth.atlassian.net/browse/JPAR-220
---
pom.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/pom.xml b/pom.xml
index c3dc80e..280db8b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -992,6 +992,8 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
+ <overrideUid>1000</overrideUid>
+ <overrideGid>1000</overrideGid>
<tarLongFileMode>gnu</tarLongFileMode>
<ignoreMissingDescriptor>true</ignoreMissingDescriptor>
</configuration>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list