22.1.12 source mode
A shortcut to refer to a Kauri Runtime started with the option (-s) to load
modules directly from your (Maven-style) source directory layout. In this mode,
changes to non-Java classes are automatically picked up without need to restart
Kauri, and even without need to run Maven, since resource files are directly
read from the 'src' directory, rather than the 'target' directory. See
Previous