michael-o commented on PR #125:
URL: https://github.com/apache/maven-release/pull/125#issuecomment-1160429677

   > Hm, I'm not familiar with 
https://issues.apache.org/jira/browse/MSHARED-1072 but I have never seen that 
effect in release-plugin. So maybe changing to always non-interactive was too 
harsh?
   
   Well, to make it properly work from the beginning you need to use 
`ProcessBuilder` and inherit `stdin` for the forked process in interfactive 
mode. I consider the Command Executor we have as fucked up since it does not 
use it and wraps everything in a shell for some pointless reason. I think until 
this is done cleanly, your usecase must work, if no switch can be toggled for 
that, we need to revert.


-- 
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: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to