[java-identity-provider] 02/03: JMVN-7 Make the enforcer understand zip/tgz files
Rod Widdowson
rdw at steadingsoftware.com
Mon Dec 6 15:29:47 UTC 2021
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch dev/JMVN-7.JMVN-1
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=0a7a611329f46640f1af1c49df4f8330806b7452
commit 0a7a611329f46640f1af1c49df4f8330806b7452
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Mon Dec 6 15:23:46 2021 +0000
JMVN-7 Make the enforcer understand zip/tgz files
https://shibboleth.atlassian.net/browse/JMVN-7
The code structure is pretty much unchanged but parameters have changed (e.g.
from List<Path> to org.apache.commons.compress.archivers.ArchiveInputStream)
---
idp-distribution/pom.xml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/idp-distribution/pom.xml b/idp-distribution/pom.xml
index e38f6206d..b47c5682e 100644
--- a/idp-distribution/pom.xml
+++ b/idp-distribution/pom.xml
@@ -269,10 +269,11 @@
<jarEnforcer implementation="net.shibboleth.mvn.enforcer.impl.JarEnforcer">
<dataGroupId>net.shibboleth.gpg</dataGroupId>
<dataArtifactId>gpgdata</dataArtifactId>
- <dataVersion>1.0.0</dataVersion>
+ <dataVersion>1.0.0-SNAPSHOT</dataVersion>
<dataKeyRing>${basedir}/src/main/enforcer/shibKeys.gpg</dataKeyRing>
<parentPomDir>${basedir}/../idp-parent</parentPomDir>
- <jarDirs>${project.build.directory}/${idp.finalName}/bin/lib ${project.build.directory}/${idp.finalName}/webapp/WEB-INF/lib</jarDirs>
+ <zipFiles>${project.build.directory}/${idp.finalName}.zip</zipFiles>
+ <tgzFiles>${project.build.directory}/${idp.finalName}.tar.gz</tgzFiles>
<checkSignatures>true</checkSignatures>
<checkDependencies>true</checkDependencies>
<listJarSources>false</listJarSources>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list