[java-shib-attribute] branch main updated: JPAR-190 Investigate an enforcer to check all jars and poms ~/.m2/.... towards the end of a build

Rod Widdowson rdw at steadingsoftware.com
Sun Oct 9 13:34:14 UTC 2022


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

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

View the commit online:
http://git.shibboleth.net/view/?p=java-shib-attribute.git;a=commit;h=66bfa19ec5ea8d2a79354fc3771aaaa8147598b5

The following commit(s) were added to refs/heads/main by this push:
     new 66bfa19ec JPAR-190 Investigate an enforcer to check all jars and poms ~/.m2/.... towards the end of a build
66bfa19ec is described below

commit 66bfa19ec5ea8d2a79354fc3771aaaa8147598b5
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sun Oct 9 14:34:03 2022 +0100

    JPAR-190 Investigate an enforcer to check all jars and poms ~/.m2/.... towards the end of a build
    
    https://shibboleth.atlassian.net/browse/JPAR-190
    
    shib-attribute-bom does not create a target directory
    
    Instead arrange for the m2 signature report to be written into the shibd-attribute-bom
    directory.
---
 .gitignore                 | 2 ++
 shib-attribute-bom/pom.xml | 5 +++++
 2 files changed, 7 insertions(+)

diff --git a/.gitignore b/.gitignore
index 04e06cdc7..ec7288d42 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,3 +20,5 @@ test-output
 .settings
 .project
 .classpath
+shib-attribute-bom/m2SignatureReport.txt
+
diff --git a/shib-attribute-bom/pom.xml b/shib-attribute-bom/pom.xml
index cc73cd219..a0ba8f8c7 100644
--- a/shib-attribute-bom/pom.xml
+++ b/shib-attribute-bom/pom.xml
@@ -15,6 +15,11 @@
     <artifactId>shib-attribute-bom</artifactId>
     <packaging>pom</packaging>
     
+    <properties>
+      <!-- This project does not 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