[GitHub] maven-plugins pull request #125: [MJARSIGNER-53] - Add support of the "certc...

2017-08-18 Thread oleg-nenashev
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] maven-shared pull request #24: [MJARSIGNER-53] - Add support of the "certcha...

2017-08-18 Thread oleg-nenashev
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] maven-enforcer pull request #26: Add Unit tests for RequireUpperBoundDeps

2017-07-04 Thread oleg-nenashev
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] maven-enforcer pull request #25: [MENFORCER-276]

2017-07-04 Thread oleg-nenashev
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