-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No user interaction messages shown #10
Comments
I'd love to see a solution for this, too. Someone also submitted a bug about it before they realized what was causing the issue: http://jira.codehaus.org/browse/MRELEASE-469 |
There's another, similar problem: quotation of parameters will not work as expected. For example, the command |
Hey, what if it just refused to do anything that it saw as related to the release plugin? The real solution is to implement ANSI colour in Maven itself, so I'm keen to keep some boundaries. :) |
It might not be worth the effort to solve issues like these. I'm not a Bash expert though: maybe the mistake would be obvious to someone who is. Whatever the case, the important thing is that people who are having trouble with parsing of parameters with spaces might be able to search Google and find this page that helps them figure it out. Edit: see my #11 |
When I use a Maven plugin that asks for user-interaction, I don't see questions until I write the answer. For instance with Maven Release Plugin I see:
And Maven is frozen... When I press 3 or 4 times return key, Maven continues working:
I think this is caused because there is no end line character at the end. Is there any solution? I can't imagine one :-(
The text was updated successfully, but these errors were encountered: