[java-idp-plugin-oidc-rp] branch main updated: Add missing UID/GID override.
Scott Cantor
cantor.2 at osu.edu
Tue Sep 5 12:50:38 UTC 2023
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-idp-plugin-oidc-rp.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-oidc-rp.git;a=commit;h=5aa1654e521590a3d0ecb765a2c862054af20b3b
The following commit(s) were added to refs/heads/main by this push:
new 5aa1654 Add missing UID/GID override.
5aa1654 is described below
commit 5aa1654e521590a3d0ecb765a2c862054af20b3b
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Sep 5 08:50:35 2023 -0400
Add missing UID/GID override.
---
idp-oidc-rp-dist/pom.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/idp-oidc-rp-dist/pom.xml b/idp-oidc-rp-dist/pom.xml
index fcdec70..e651b12 100644
--- a/idp-oidc-rp-dist/pom.xml
+++ b/idp-oidc-rp-dist/pom.xml
@@ -38,6 +38,8 @@
<descriptor>src/main/assembly/assembly-zip.xml</descriptor>
</descriptors>
<finalName>${dist.plugin.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