Details
Description
Trying to release a project using Maven 2.0.10 and get the following warning:
[WARNING] Maven will be executed in interactive mode, but no input stream has been configured for this MavenInvoker instance.
This can be a problem when deployment requires interactivity due to SVN certificates, etc. I retried under 2.0.9 and it works as expected.
Issue Links
| This issue duplicates: | ||||
| MRELEASE-263 | Interactive plugins cannot work in forked executions |
|
|
|
The super POM shipped with 2.0.9 declares version 2.0-beta-7 of the Release Plugin, whereas the super POM in 2.0.10 uses 2.0-beta-8. I assume that's the reason why the Maven version makes a difference for you.
As of version 2.0-beta-8 of the Release Plugin, it uses the maven-invoker by default. You can still get the old way of calling/forking Maven via the plugin parameter