[java-mvn-enforcer] branch main updated (5ebf00a -> 4e451e1)
Rod Widdowson
rdw at steadingsoftware.com
Tue Oct 11 08:34:09 UTC 2022
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 5ebf00a Define basedir as well as project.basedir
new 6fb1fd8 Separate "Pom Artifact" from "Parsed pom artifact"
new e740dca Stop needlessly using DependencyPomArtifacts
new a24bd5e JMVN-43 Pom 'Parser' fails ungracefully if it finds an undefined property
new 4e451e1 JMVN-42 Enforcer needs to learn about classifiers for the distribution signature check
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../mvn/enforcer/impl/BaseSigChecker.java | 4 +-
.../mvn/enforcer/impl/DependencyChecker.java | 46 ++--
.../shibboleth/mvn/enforcer/impl/JarEnforcer.java | 7 +-
.../shibboleth/mvn/enforcer/impl/M2SigChecker.java | 6 +-
.../shibboleth/mvn/enforcer/impl/MavenLoader.java | 4 +-
.../shibboleth/mvn/enforcer/impl/ParsedPom.java | 243 ++++++++-------------
.../shibboleth/mvn/enforcer/impl/PomArtifact.java | 129 +++++++++++
.../mvn/enforcer/impl/ProjectPomContext.java | 101 +++++----
.../shibboleth/mvn/enforcer/impl/SigChecker.java | 8 +-
9 files changed, 315 insertions(+), 233 deletions(-)
create mode 100644 src/main/java/net/shibboleth/mvn/enforcer/impl/PomArtifact.java
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list