[java-mvn-enforcer] branch main updated (8271210 -> 544898a)

Rod Widdowson rdw at steadingsoftware.com
Sun Oct 10 13:34:34 UTC 2021


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

rdw pushed a change to branch main
in repository java-mvn-enforcer.

      from  8271210   Report keyIds as 0x, not 0X
       new  eb5fc6f   JPAR-190 Investigate an enforcer to check all jars and poms ~/.m2/.... towards the end of a build
       new  4f986a6   Minor refactor. Keep the MavenLoader in one place
       new  f75fd18   JPAR-190 Investigate an enforcer to check all jars and poms ~/.m2/.... towards the end of a build
       new  22d7926   JPAR-190 Investigate an enforcer to check all jars and poms ~/.m2/.... towards the end of a build
       new  544898a   JPAR-190 Investigate an enforcer to check all jars and poms ~/.m2/.... towards the end of a build

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../impl/{SigChecker.java => BaseSigChecker.java}  | 141 ++++++++----------
 .../shibboleth/mvn/enforcer/impl/JarEnforcer.java  | 140 +++++++++++++-----
 .../shibboleth/mvn/enforcer/impl/M2SigChecker.java | 115 +++++++++++++++
 .../mvn/enforcer/impl/ProjectPomContext.java       |  13 ++
 .../shibboleth/mvn/enforcer/impl/SigChecker.java   | 159 ++-------------------
 5 files changed, 301 insertions(+), 267 deletions(-)
 copy src/main/java/net/shibboleth/mvn/enforcer/impl/{SigChecker.java => BaseSigChecker.java} (61%)
 create mode 100644 src/main/java/net/shibboleth/mvn/enforcer/impl/M2SigChecker.java

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list