[java-identity-provider] branch maint-4 updated: Fix Build
Rod Widdowson
rdw at steadingsoftware.com
Sat Mar 16 13:46:14 UTC 2024
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch maint-4
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=b417bd51693ea076d48178bf3e2f65daa4438fe6
The following commit(s) were added to refs/heads/maint-4 by this push:
new b417bd516 Fix Build
b417bd516 is described below
commit b417bd51693ea076d48178bf3e2f65daa4438fe6
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sat Mar 16 13:45:41 2024 +0000
Fix Build
---
idp-bom/pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/idp-bom/pom.xml b/idp-bom/pom.xml
index 0314e4634..96a03138a 100644
--- a/idp-bom/pom.xml
+++ b/idp-bom/pom.xml
@@ -16,6 +16,12 @@
<artifactId>idp-bom</artifactId>
<packaging>pom</packaging>
+ <properties>
+ <!-- This project does not always create a target, so the M2 check
+ needs to go elsewhere -->
+ <maven-dist-enforcer-data.m2ReportPath>${basedir}/m2SignatureReport.txt</maven-dist-enforcer-data.m2ReportPath>
+ </properties>
+
<dependencyManagement>
<dependencies>
<dependency>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list