Skip to content

Commit

Permalink
Less maven output
Browse files Browse the repository at this point in the history
  • Loading branch information
docwho2 committed Nov 24, 2023
1 parent 3db6cb5 commit 11f726e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cdk.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"app": "mvn -e -q compile exec:java",
"app": "mvn --errors --quiet compile exec:java",
"context": {
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public abstract class TwilioBase extends Function {
List<String> functionOnePackagingInstructions = Arrays.asList(
"/bin/sh",
"-c",
"mvn clean install && cp /asset-input/target/twilio.jar /asset-output/");
"mvn --quiet clean install && cp /asset-input/target/twilio.jar /asset-output/");

builderOptions = BundlingOptions.builder()
.command(functionOnePackagingInstructions)
Expand Down

0 comments on commit 11f726e

Please sign in to comment.