Skip to content

Instantly share code, notes, and snippets.

@justinmonsees
Created March 16, 2019 13:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save justinmonsees/3acf389879f43df7c963c8d0069554bc to your computer and use it in GitHub Desktop.
Save justinmonsees/3acf389879f43df7c963c8d0069554bc to your computer and use it in GitHub Desktop.
POM Installation Bundle Configuration
<configuration>
<mainClass>com.monsees.helloworldmaven.MainApp</mainClass>
<bundler>${installer.bundler}</bundler>
<bundleArguments>
<runtime /> <!-- dont include JRE, use installed one -->
<systemWide>true</systemWide>
<installdirChooser>true</installdirChooser>
</bundleArguments>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment