Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

to add extra command line options for those cases where some dependencies are still on the class path #89

Open
homberghp opened this issue Jun 11, 2020 · 2 comments

Comments

@homberghp
Copy link

It would be nice to have a way to specify the additional parameters to the
java command. The JLINK_VM_OPTIONS= is empty and is not configurable from
the pom file.

In my current case, I want to add a jdbc driver which is not yet in modular form.

@LambdaVex
Copy link

I second this.
I have been trying to no avail to add the jdbc driver to a recent javafx modular app.

@abhinayagarwal
Copy link
Collaborator

@homberghp Can't you pass VM arguments using the <option> tag:

 <configuration>
    <options>
        <option>${vm.args}</option>
    </options>
 </configuration>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants