[java-opensaml] branch main updated: OSJ-398 POM move appears to have destabilized enforcer run

Rod Widdowson rdw at steadingsoftware.com
Thu Nov 9 16:19:20 UTC 2023


This is an automated email from the git hooks/post-receive script.

rdw pushed a commit to branch main
in repository java-opensaml.

View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=3f84e06ab24da4ff4715509e6bcbf00c4f19c9b6

The following commit(s) were added to refs/heads/main by this push:
     new 3f84e06ab OSJ-398 POM move appears to have destabilized enforcer run
3f84e06ab is described below

commit 3f84e06ab24da4ff4715509e6bcbf00c4f19c9b6
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Thu Nov 9 16:18:18 2023 +0000

    OSJ-398 POM move appears to have destabilized enforcer run
    
    https://shibboleth.atlassian.net/browse/OSJ-398
    
    Force m2SignatureReport.txt into the home directory
---
 .gitignore           | 1 +
 opensaml-bom/pom.xml | 8 +++++++-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index ca39ce18d..0a9dab97c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,6 +3,7 @@
 *.#*
 .*.swp
 .DS_store
+m2SignatureReport.txt
 # Simulated Subversion default ignores end here
 /target
 .settings
diff --git a/opensaml-bom/pom.xml b/opensaml-bom/pom.xml
index ece786876..1e7da4f23 100644
--- a/opensaml-bom/pom.xml
+++ b/opensaml-bom/pom.xml
@@ -14,7 +14,13 @@
     <description>Bill of Materials</description>
     <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