GitHub user oleg-nenashev opened a pull request:
https://github.com/apache/maven-plugins/pull/125
[MJARSIGNER-53] - Add support of the "certchain" option in the "sign" mojo
This adds a new optional parameter for "certchain". If the maintainers are
fine
GitHub user oleg-nenashev opened a pull request:
https://github.com/apache/maven-shared/pull/24
[MJARSIGNER-53] - Add support of the "certchain" parameter in JarSigner
sign operation
This adds a new optional parameter for "certchain". If the maintainers are
fi
GitHub user oleg-nenashev opened a pull request:
https://github.com/apache/maven-enforcer/pull/26
Add Unit tests for RequireUpperBoundDeps
I decoupled the test improvements commit from #25. It just adds new tests
for the existing functionality.
@reviewbybees @jglick
GitHub user oleg-nenashev opened a pull request:
https://github.com/apache/maven-enforcer/pull/25
[MENFORCER-276]
We have recently adopted `RequireUpperBoundDeps` in the Jenkins project
(https://github.com/jenkinsci/plugin-pom/pull/67). In order to implement it,
Jesse Glick added