[java-idp-jetty-base] 04/04: Turn off M2 Checking in the pom and rely on the parent profile
Rod Widdowson
rdw at steadingsoftware.com
Tue Dec 13 14:09:22 UTC 2022
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch 10-windows
in repository java-idp-jetty-base.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-jetty-base.git;a=commit;h=0787bfbeac386e91344d7c82d351b344a3ddbaac
commit 0787bfbeac386e91344d7c82d351b344a3ddbaac
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Mon Dec 12 17:17:34 2022 +0000
Turn off M2 Checking in the pom and rely on the parent profile
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 67630ac..a64f67e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -159,7 +159,7 @@
<checkSignatures>true</checkSignatures>
<checkDependencies>true</checkDependencies>
<listJarSources>false</listJarSources>
- <checkM2>true</checkM2>
+ <checkM2>false</checkM2>
</jarEnforcer>
</rules>
</configuration>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list