federkasten / appbundle-maven-plugin

Maven plugin that creates an Application Bundle for OS X containing all your project dependencies and the necessary metadata
Apache License 2.0
179 stars 56 forks source link

Add capability to use a shared jre between multiple applications by setting jreFullPath in configuration #32

Closed argenumsky closed 7 years ago

argenumsky commented 8 years ago

Hi. I had a problem where we have 3 java appbundles and only one has a bundled jre. In order to reduce the size of the installer, I had to make the other two use the existing jre installation. This pull request adds the capability to set a jre full path to be used by the bundled application.

federkasten commented 8 years ago

Thanks. I will review soon.

argenumsky commented 7 years ago

Hi Sir,

Any updates on the pull rquest?

federkasten commented 7 years ago

Sorry. Please wait a little more time. I'm very busy for other tasks.

federkasten commented 7 years ago

Merged. Thank you.