[java-identity-provider] branch main updated: Turn distribution jar-sig-checking back on
Rod Widdowson
rdw at steadingsoftware.com
Sat Oct 22 15:04:36 UTC 2022
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=b3e0fe6a4d730927ef8276b00cab372b868bb896
The following commit(s) were added to refs/heads/main by this push:
new b3e0fe6a4 Turn distribution jar-sig-checking back on
b3e0fe6a4 is described below
commit b3e0fe6a4d730927ef8276b00cab372b868bb896
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sat Oct 22 15:51:58 2022 +0100
Turn distribution jar-sig-checking back on
---
idp-distribution/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-distribution/pom.xml b/idp-distribution/pom.xml
index da89773f6..89001079d 100644
--- a/idp-distribution/pom.xml
+++ b/idp-distribution/pom.xml
@@ -296,7 +296,7 @@
<parentPomDir>${basedir}/../idp-parent</parentPomDir>
<zipFiles>${project.build.directory}/${idp.finalName}.zip</zipFiles>
<tgzFiles>${project.build.directory}/${idp.finalName}.tar.gz</tgzFiles>
- <checkSignatures>false</checkSignatures>
+ <checkSignatures>true</checkSignatures>
<checkDependencies>true</checkDependencies>
<compileRuntimeArtifactFatal>false</compileRuntimeArtifactFatal>
<versionExtensions>-SNAPSHOT -GA -jre -empty-to-avoid-conflict-with-guava -M6</versionExtensions>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list