We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5779cab commit 120e2d3Copy full SHA for 120e2d3
runexample.sh
@@ -8,7 +8,7 @@ fi
8
9
main_class="io.github.sashirestela.cleverclient.example.${java_file}"
10
11
-command="mvn -q exec:java -Dexec.mainClass=${main_class}"
+command="mvn exec:java -Dexec.mainClass=${main_class}"
12
13
echo $command
14
0 commit comments