[java-identity-provider] branch main updated: Fix M2 check.
Rod Widdowson
rdw at steadingsoftware.com
Sun Mar 27 10:09:05 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=11fca455903650065f1874a2cbde9760ae27852e
The following commit(s) were added to refs/heads/main by this push:
new 11fca4559 Fix M2 check.
11fca4559 is described below
commit 11fca455903650065f1874a2cbde9760ae27852e
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sun Mar 27 11:07:06 2022 +0100
Fix M2 check.
Move shibbolethKeys.gpg (used to check the validity of
RELEASED maven enforcer data jars) to the idp-bom dir
where the checkM2 profile can find it.
Teach the idp-dsitribution pom about the new location.
---
.../src/main/enforcer/shibbolethKeys.gpg | Bin
idp-distribution/pom.xml | 2 +-
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-distribution/src/main/enforcer/shibbolethKeys.gpg b/idp-bom/src/main/enforcer/shibbolethKeys.gpg
similarity index 100%
rename from idp-distribution/src/main/enforcer/shibbolethKeys.gpg
rename to idp-bom/src/main/enforcer/shibbolethKeys.gpg
diff --git a/idp-distribution/pom.xml b/idp-distribution/pom.xml
index 2e6dcdf89..9aaaed582 100644
--- a/idp-distribution/pom.xml
+++ b/idp-distribution/pom.xml
@@ -269,7 +269,7 @@
<dataGroupId>net.shibboleth.maven.enforcer.rules</dataGroupId>
<dataArtifactId>maven-dist-enforcer-data</dataArtifactId>
<dataVersion>${maven-dist-enforcer-data.version}</dataVersion>
- <dataKeyRing>${basedir}/src/main/enforcer/shibbolethKeys.gpg</dataKeyRing>
+ <dataKeyRing>${basedir}/../idp-bom/src/main/enforcer/shibbolethKeys.gpg</dataKeyRing>
<parentPomDir>${basedir}/../idp-parent</parentPomDir>
<zipFiles>${project.build.directory}/${idp.finalName}.zip</zipFiles>
<tgzFiles>${project.build.directory}/${idp.finalName}.tar.gz</tgzFiles>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list