[java-identity-provider] branch dev/JPAR-186 updated: Temporarily disable signature validator on idp-distribution
Ian Young
ian at iay.org.uk
Mon May 9 18:50:27 UTC 2022
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch dev/JPAR-186
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=49dabaf46a5a1c3e43083d72c0b6f99d64534293
The following commit(s) were added to refs/heads/dev/JPAR-186 by this push:
new 49dabaf46 Temporarily disable signature validator on idp-distribution
49dabaf46 is described below
commit 49dabaf46a5a1c3e43083d72c0b6f99d64534293
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Mon May 9 19:50:21 2022 +0100
Temporarily disable signature validator on idp-distribution
---
idp-distribution/pom.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/idp-distribution/pom.xml b/idp-distribution/pom.xml
index 44d52f4b9..0a04e9dba 100644
--- a/idp-distribution/pom.xml
+++ b/idp-distribution/pom.xml
@@ -246,6 +246,7 @@
<tarLongFileMode>gnu</tarLongFileMode>
</configuration>
</plugin>
+<!--
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
@@ -284,6 +285,7 @@
</execution>
</executions>
</plugin>
+-->
</plugins>
</build>
</project>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list