[java-identity-provider] branch main updated: IDP-2198 POM move appears to have destabilized enforcer run

Rod Widdowson rdw at steadingsoftware.com
Thu Nov 9 16:23:49 UTC 2023


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=88a7d24383d7113158301df92852142d59696101

The following commit(s) were added to refs/heads/main by this push:
     new 88a7d2438 IDP-2198 POM move appears to have destabilized enforcer run
88a7d2438 is described below

commit 88a7d24383d7113158301df92852142d59696101
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Thu Nov 9 16:22:14 2023 +0000

    IDP-2198 POM move appears to have destabilized enforcer run
    
    https://shibboleth.atlassian.net/browse/IDP-2198
    
    Force m2SignatureReport.txt into the home directory
---
 .gitignore      | 1 +
 idp-bom/pom.xml | 6 ++++++
 2 files changed, 7 insertions(+)

diff --git a/.gitignore b/.gitignore
index 126bdbee6..acbbdd75c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,6 +3,7 @@
 *.#*
 .*.swp
 .DS_store
+m2SignatureReport.txt
 # Simulated Subversion default ignores end here
 /target
 .vscode
diff --git a/idp-bom/pom.xml b/idp-bom/pom.xml
index 644a28758..1c693a08e 100644
--- a/idp-bom/pom.xml
+++ b/idp-bom/pom.xml
@@ -15,6 +15,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