Syquel commented on pull request #9: URL: https://github.com/apache/maven-gpg-plugin/pull/9#issuecomment-787975080
Unfortunately I am not able to provide a test for this scenario, because the bug only occurs if Maven is being run in "interactive" mode and the [maven-invoker-plugin always activates the Maven batch mode](https://github.com/apache/maven-invoker-plugin/blob/a46bf19905ec0560c3119537836b4391e43f44ee/src/main/java/org/apache/maven/plugins/invoker/AbstractInvokerMojo.java#L2085). I tried to set `invoker.mavenOpts = -DinteractiveMode=true` in `invoker.properties` and `<interactiveMode>true</interactiveMode>` in `settings.xml` without any success (as expected). Does someone else have an idea how to implement a test? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
