You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2022/05/10 05:12:50 UTC

[GitHub] [maven-release] michael-o commented on a diff in pull request #125: [MRELEASE-1091] Use non-interactive mode for forked Maven process

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-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org