[java-idp-plugin-duo] branch main updated: JPAR-220 - Stabilise uid and gid in generated archives
Ian Young
ian at iay.org.uk
Wed Jul 12 08:22:20 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-plugin-duo.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-duo.git;a=commit;h=8013ade8aff0d2f7e71b1692e29dccbdc1831f8a
The following commit(s) were added to refs/heads/main by this push:
new 8013ade JPAR-220 - Stabilise uid and gid in generated archives
8013ade is described below
commit 8013ade8aff0d2f7e71b1692e29dccbdc1831f8a
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Wed Jul 12 08:22:10 2023 +0000
JPAR-220 - Stabilise uid and gid in generated archives
https://shibboleth.atlassian.net/browse/JPAR-220
---
idp-duo-nimbus-distribution/pom.xml | 2 ++
idp-duo-sdk-distribution/pom.xml | 2 ++
2 files changed, 4 insertions(+)
diff --git a/idp-duo-nimbus-distribution/pom.xml b/idp-duo-nimbus-distribution/pom.xml
index 7c84911..caf1288 100644
--- a/idp-duo-nimbus-distribution/pom.xml
+++ b/idp-duo-nimbus-distribution/pom.xml
@@ -39,6 +39,8 @@
<descriptor>src/main/assembly/duo-nimbus-assembly-zip.xml</descriptor>
</descriptors>
<finalName>${dist.nimbus.finalName}</finalName>
+ <overrideUid>1000</overrideUid>
+ <overrideGid>1000</overrideGid>
<tarLongFileMode>gnu</tarLongFileMode>
</configuration>
</execution>
diff --git a/idp-duo-sdk-distribution/pom.xml b/idp-duo-sdk-distribution/pom.xml
index 99c875b..8d9d86c 100644
--- a/idp-duo-sdk-distribution/pom.xml
+++ b/idp-duo-sdk-distribution/pom.xml
@@ -38,6 +38,8 @@
<descriptor>src/main/assembly/duo-native-sdk-assembly-zip.xml</descriptor>
</descriptors>
<finalName>${dist.duosdk.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