theit opened a new pull request #19: Fix for MRELEASE-835: Automatically 
resolve snapshot dependencies in release:prepare
URL: https://github.com/apache/maven-release/pull/19
 
 
   This pull requests adds support to release:prepare to let it automatically 
resolve snapshot dependencies without user interaction. Without this it is 
(almost) impossible to use the release plugin in full batch mode:
   
   Assume your project A's pom.xml contains a snapshot dependency to project B 
which was released in the meantime. As long as you're running "mvn 
release:prepare release:perform" in a console on project A, everything works; 
the user is asked to resolve the snapshot dependency. So far, so good.
   If you're using a build server for doing releases in batch mode, i.e. 
without the ability for user interaction, this won't work because 
release:prepare hangs while waiting for user input that never happens.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org

Reply via email to