[java-idp-jetty-base] 01/02: Turn on M2 checking during build
Rod Widdowson
rdw at steadingsoftware.com
Sat Oct 19 12:13:07 UTC 2024
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch 12
in repository java-idp-jetty-base.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-jetty-base.git;a=commit;h=48d3f81a76e0cb6c6793498b7938ce503e8b8e1a
commit 48d3f81a76e0cb6c6793498b7938ce503e8b8e1a
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sat Oct 19 10:56:05 2024 +0100
Turn on M2 checking during build
---
jetty-base-dist/.check-m2 | 1 +
jetty-base-dist/src/main/enforcer/shibbolethKeys.gpg | Bin 0 -> 55669 bytes
pom.xml | 3 +++
3 files changed, 4 insertions(+)
diff --git a/jetty-base-dist/.check-m2 b/jetty-base-dist/.check-m2
new file mode 100644
index 0000000..048849a
--- /dev/null
+++ b/jetty-base-dist/.check-m2
@@ -0,0 +1 @@
+This file provokes a signature check of the maven repository unless overridden by the no-check-m2 property.
\ No newline at end of file
diff --git a/jetty-base-dist/src/main/enforcer/shibbolethKeys.gpg b/jetty-base-dist/src/main/enforcer/shibbolethKeys.gpg
new file mode 100644
index 0000000..6d8fc48
Binary files /dev/null and b/jetty-base-dist/src/main/enforcer/shibbolethKeys.gpg differ
diff --git a/pom.xml b/pom.xml
index 297b6d6..9ee6b8c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,6 +17,9 @@
<version>12.0.11-SNAPSHOT</version>
<properties>
+ <!-- Reset when the enforcer release next happens -->
+ <maven-dist-enforcer-data.version>1.0.17-SNAPSHOT</maven-dist-enforcer-data.version>
+
<idp.groupId>net.shibboleth.idp</idp.groupId>
<idp.version>5.2.0-SNAPSHOT</idp.version>
<shib-shared.groupId>net.shibboleth</shib-shared.groupId>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list