[java-idp-plugin-duo] branch maint-1 updated: JPAR-220 - Stabilise uid and gid in generated archives
Ian Young
ian at iay.org.uk
Wed Jul 12 13:06:12 UTC 2023
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch maint-1
in repository java-idp-plugin-duo.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-duo.git;a=commit;h=b9d220ed6ed3280604c680dd26279d4ad6ec07b8
The following commit(s) were added to refs/heads/maint-1 by this push:
new b9d220e JPAR-220 - Stabilise uid and gid in generated archives
b9d220e is described below
commit b9d220ed6ed3280604c680dd26279d4ad6ec07b8
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 6c03d6f..8703990 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 2414c5f..e77d89c 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