mvnd
tip: ShortcutsI am starting to write these tips as a base for the future mvnd
documentation. Today about keystrokes supported in the mvnd
client UI.
+
/-
to reveal/hide rolling log lines for the individual builder threadsIf you are building a multimodule source tree, whose internal dependencies allow for building some modules in parallel,
mvnd
will by default choose the threaded view (as opposed to the rolling view known from the stock Maven). This
view will normally show a single status line for each builder thread containing the artifactId
of the module being
build along with the currently executed Maven mojo.
If you want to see the rolling log messages for each thread, hit ` one or more times. Press `-` to hide them again.
I am hitting three times `
and three times -
in this video:
You can pass your preferred rolling window size using
|
CTRL+B
to toggle between threaded and rolling viewsIf you do not like the default threaded view for some reason, you can switch to the rolling view and back by hitting
CTRL+B
:
You can pass
|
mvnd
- the Maven Daemonmvnd
tip: Solving common issues of parallel buildsmvnd
tip: Parallel and non-parallel builds