[java-idp-plugin-metadatagen] branch main updated: Drop ZIP distribution and add missing UID/GID override.
Scott Cantor
cantor.2 at osu.edu
Tue Sep 5 12:49:34 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-metadatagen.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-metadatagen.git;a=commit;h=40a30f6c1a24f5e657e947a6c44c8d642468188f
The following commit(s) were added to refs/heads/main by this push:
new 40a30f6 Drop ZIP distribution and add missing UID/GID override.
40a30f6 is described below
commit 40a30f6c1a24f5e657e947a6c44c8d642468188f
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Sep 5 08:49:31 2023 -0400
Drop ZIP distribution and add missing UID/GID override.
---
metadatagen-dist/pom.xml | 3 ++-
metadatagen-dist/src/main/assembly/assembly.xml | 15 ---------------
2 files changed, 2 insertions(+), 16 deletions(-)
diff --git a/metadatagen-dist/pom.xml b/metadatagen-dist/pom.xml
index cf08902..bfdfa6f 100644
--- a/metadatagen-dist/pom.xml
+++ b/metadatagen-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>
@@ -67,7 +69,6 @@
<dataVersion>${maven-dist-enforcer-data.version}</dataVersion>
<dataKeyRing>${basedir}/src/main/enforcer/shibbolethKeys.gpg</dataKeyRing>
<parentPomDir>${basedir}/..</parentPomDir>
- <zipFiles>${project.build.directory}/${dist.plugin.finalName}.zip</zipFiles>
<tgzFiles>${project.build.directory}/${dist.plugin.finalName}.tar.gz</tgzFiles>
<checkSignatures>true</checkSignatures>
<checkDependencies>true</checkDependencies>
diff --git a/metadatagen-dist/src/main/assembly/assembly.xml b/metadatagen-dist/src/main/assembly/assembly.xml
index fbb4d06..1475c0b 100644
--- a/metadatagen-dist/src/main/assembly/assembly.xml
+++ b/metadatagen-dist/src/main/assembly/assembly.xml
@@ -5,7 +5,6 @@
<id>bin</id>
<formats>
<format>tar.gz</format>
- <format>zip</format>
</formats>
<fileSets>
@@ -37,20 +36,6 @@
</excludes>
</fileSet>
- <!-- The API jar -->
- <fileSet>
- <directory>../metadatagen-api/target</directory>
- <outputDirectory>webapp/WEB-INF/lib</outputDirectory>
- <includes>
- <include>idp-plugin-metadatagen-api-*.jar</include>
- </includes>
- <excludes>
- <exclude>*test*.jar</exclude>
- <exclude>*javadoc.jar</exclude>
- <exclude>*sources.jar</exclude>
- </excludes>
- </fileSet>
-
<!-- The dependencies -->
<fileSet>
<directory>../metadatagen-impl/target/dependency</directory>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list