[java-identity-provider] 02/02: Temporarily disable signature validator on idp-distribution
Ian Young
ian at iay.org.uk
Thu May 26 14:55:46 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=d1fff3b3341819e940546a585fbe7518385970a1
commit d1fff3b3341819e940546a585fbe7518385970a1
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