[java-opensaml] branch maint-4 updated: Fix Build
Rod Widdowson
rdw at steadingsoftware.com
Sat Mar 16 13:46:05 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-opensaml.
View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=8abc5a9855bbbb2498e0b893c1e59301e25d6931
The following commit(s) were added to refs/heads/maint-4 by this push:
new 8abc5a985 Fix Build
8abc5a985 is described below
commit 8abc5a9855bbbb2498e0b893c1e59301e25d6931
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sat Mar 16 13:41:27 2024 +0000
Fix Build
---
opensaml-bom/pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/opensaml-bom/pom.xml b/opensaml-bom/pom.xml
index 721a02c5a..989876d4b 100644
--- a/opensaml-bom/pom.xml
+++ b/opensaml-bom/pom.xml
@@ -16,6 +16,12 @@
<artifactId>opensaml-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