| Property name | Description | Optional? | Default |
|---|---|---|---|
| run.class | Class to run, including package without the .class extension. | Yes | ${maven.jar.mainclass} |
| run.args | Arguments to be passed to the jvm. | Yes | |
| args | Arguments to be passed to the class. | Yes | |
| run.launcher | Class to launch 'run.class' which may either contain a main method, or be a Frame or Component. | Yes | org.freehep.maven.run.Launcher |
| run.install | Directory to install the bin and lib directories of the command. | Yes | ${maven.build.dir}/dist/${pom.artifactId}-${pom.currentVersion} |