tdiesler commented on code in PR #15592:
URL: https://github.com/apache/camel/pull/15592#discussion_r1764620610
##########
dsl/camel-jbang/camel-jbang-plugin-kubernetes/src/main/java/org/apache/camel/dsl/jbang/core/commands/kubernetes/KubernetesRun.java:
##########
@@ -424,7 +424,7 @@ private Integer buildProject(String workingDir) throws
IOException, InterruptedE
List<String> args = new ArrayList<>();
args.add(workingDir + mvnw);
- args.add("--quiet");
+ // args.add("--quiet");
Review Comment:
No, at this stage I think it is useful to know how the project is
built/deployed. In case of error it is hard to tell what went wrong without it.
--
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]