[java-idp-plugin-archetype] branch main updated: Add UID/GID override to dist POM.
Scott Cantor
cantor.2 at osu.edu
Tue Sep 5 12:55:14 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-archetype.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-archetype.git;a=commit;h=73957c261a16c1e4cef2df0f1e8eb8f6236fd0e8
The following commit(s) were added to refs/heads/main by this push:
new 73957c2 Add UID/GID override to dist POM.
73957c2 is described below
commit 73957c261a16c1e4cef2df0f1e8eb8f6236fd0e8
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Sep 5 08:55:08 2023 -0400
Add UID/GID override to dist POM.
---
src/main/resources/archetype-resources/plugin-dist/pom.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/main/resources/archetype-resources/plugin-dist/pom.xml b/src/main/resources/archetype-resources/plugin-dist/pom.xml
index 93c6079..b4da02b 100644
--- a/src/main/resources/archetype-resources/plugin-dist/pom.xml
+++ b/src/main/resources/archetype-resources/plugin-dist/pom.xml
@@ -37,6 +37,8 @@
<descriptor>src/main/assembly/assembly.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