SapiensAnatis commented on issue #1452: URL: https://github.com/apache/maven-mvnd/issues/1452#issuecomment-4746499138
With those two commits locally, I am getting the output I want from `mvnd` with piping into the repro I posted above: ``` echo -n "Hello world!" | mvnd sample.plugin:hello-maven-plugin:1.0-SNAPSHOT:sayhi # ... [INFO] [stdout] Available bytes: 12 [INFO] [stdout] Read 12 bytes from stdin. [INFO] [stdout] Stdin content: "Hello world!" ``` I am happy to put up a PR if the general approach sounds OK - in particular, I'm not sure what the bar is for adding new message types -- 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]
