slawekjaranowski commented on code in PR #29:
URL: https://github.com/apache/maven-executor/pull/29#discussion_r3605088559


##########
maven-executor/src/test/java/org/apache/maven/executor/MavenExecutorTestSupport.java:
##########
@@ -400,8 +408,10 @@ protected ExecutorRequest.Builder customizedRequest() {
     }
 
     protected ExecutorRequest.Builder 
customizedRequest(ExecutorRequest.Builder builder) {
-        builder =
-                
builder.cwd(cwd).userHomeDirectory(userHome).argument("-Daether.remoteRepositoryFilter.prefixes=false");
+        builder = builder.cwd(cwd)
+                .userHomeDirectory(userHome)
+                .argument("-Daether.remoteRepositoryFilter.prefixes=false")

Review Comment:
   It was, I only add `grabOutputAsString` here 😄 



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to