michael-o commented on code in PR #125: URL: https://github.com/apache/maven-release/pull/125#discussion_r868822321
########## maven-release-manager/src/main/java/org/apache/maven/shared/release/exec/InvokerMavenExecutor.java: ########## @@ -72,16 +72,10 @@ public void executeGoals( File workingDirectory, List<String> goals, ReleaseEnvi InvocationRequest req = new DefaultInvocationRequest() .setDebug( getLogger().isDebugEnabled() ) .setBaseDirectory( workingDirectory ) - .setBatchMode( !interactive ) + .setBatchMode( true ) // MRELEASE-1091 Review Comment: The comment is redundant, we have git blame -- 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