slachiewicz opened a new pull request, #344:
URL: https://github.com/apache/maven-gpg-plugin/pull/344

   maven-invoker is deprecated in favour of 
[maven-executor](https://github.com/apache/maven-executor) 
(apache/maven-invoker#164). The test helper now builds an `ExecutorRequest` 
(the invoker's setters become CLI options: `-B -V -X -e -s <settings> -f <pom> 
-D…`, the local repository `-Dmaven.repo.local`, the 60 s safeguard 
`executionTimeout`) and runs it through `ForkedMavenExecutor` on the 
`maven.home` the failsafe configuration already passes; the build log is the 
executor's stdout and stderr. `BuildResult` carries the `ExecutorResult`. The 
interactive test asks for a request without `-B` instead of flipping batch mode 
afterwards. maven-executor 1.0.0 is dependency-less and Java 8, and its signing 
key (Tamás Cservenák, in the Maven KEYS file) is added to `pgp-keys-map.list`.
   
   Verified: `mvn -Prun-its verify` → the 10 failsafe ITs pass (4 BC, 5 gpg 
placement, 1 interactive without passphrase).
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to