Maven Runner Plug-in Tags Trygve Laugstl
This tag creates the runtime with these steps:
  • Created the .bat and .sh shell scripts
  • Copies all the dependent .jars.
ParameterDescription
base This is the base directory in which the runtime will be generated.
confDir The name of a optional configuration directory.
jvmOptions Optional arguments to the jvm. Note that giving jvm specific options may give restrictions on the jvm's that can use the generated shell wrappers.
main The main class that will be executed.
runtimeOptions Additional options to the mail class. All commandline options will be given after these options.