[java-idp-plugin-scripting] 01/02: JPAR-220 - Stabilise uid and gid in generated archives
Ian Young
ian at iay.org.uk
Wed Jul 12 13:07:24 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-scripting.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-scripting.git;a=commit;h=58730a237c93d3f711e1572cb466845ab17972e2
commit 58730a237c93d3f711e1572cb466845ab17972e2
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Wed Jul 12 08:22:54 2023 +0000
JPAR-220 - Stabilise uid and gid in generated archives
https://shibboleth.atlassian.net/browse/JPAR-220
---
nashorn-jdk-dist/pom.xml | 2 ++
rhino-dist/pom.xml | 2 ++
2 files changed, 4 insertions(+)
diff --git a/nashorn-jdk-dist/pom.xml b/nashorn-jdk-dist/pom.xml
index c3c6fc3..a3c5af2 100644
--- a/nashorn-jdk-dist/pom.xml
+++ b/nashorn-jdk-dist/pom.xml
@@ -44,6 +44,8 @@
<descriptor>src/main/assembly/plugin-assembly-zip.xml</descriptor>
</descriptors>
<finalName>${nashorn.finalName}</finalName>
+ <overrideUid>1000</overrideUid>
+ <overrideGid>1000</overrideGid>
<tarLongFileMode>gnu</tarLongFileMode>
</configuration>
</plugin>
diff --git a/rhino-dist/pom.xml b/rhino-dist/pom.xml
index 10897ea..1e063e2 100644
--- a/rhino-dist/pom.xml
+++ b/rhino-dist/pom.xml
@@ -44,6 +44,8 @@
<descriptor>src/main/assembly/plugin-assembly-zip.xml</descriptor>
</descriptors>
<finalName>${dist.finalName}</finalName>
+ <overrideUid>1000</overrideUid>
+ <overrideGid>1000</overrideGid>
<tarLongFileMode>gnu</tarLongFileMode>
</configuration>
</plugin>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list