[java-idp-plugin-scripting] 02/02: JPAR-220 - Stabilise uid and gid in generated archives

Ian Young ian at iay.org.uk
Wed Jul 12 13:07:25 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=e5e2abc0f493c8df55495266dc08cfa31c90ee85

commit e5e2abc0f493c8df55495266dc08cfa31c90ee85
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Wed Jul 12 13:07:05 2023 +0000

    JPAR-220 - Stabilise uid and gid in generated archives
    
    https://shibboleth.atlassian.net/browse/JPAR-220
---
 nashorn-graalvm-dist/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/nashorn-graalvm-dist/pom.xml b/nashorn-graalvm-dist/pom.xml
index 41cc02c..9578173 100644
--- a/nashorn-graalvm-dist/pom.xml
+++ b/nashorn-graalvm-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>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list