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

generate jlink image using the moditect plugin #5

Merged
merged 1 commit into from
Jan 4, 2022

Conversation

chirontt
Copy link
Contributor

@chirontt chirontt commented Jan 2, 2022

This PR should fix issue #1

The moditect plugin execution is hooked to the package phase, so to generate the jlink image for the project, invoke the Maven package phase:

mvn package

The jlink image will be produced in target/image directory, and can be run with (e.g. in Linux/MacOS):

./target/image/bin/hellofx

or if in Windows:

target\image\bin\hellofx.bat

@msgilligan msgilligan changed the base branch from master to develop January 4, 2022 03:37
@msgilligan msgilligan merged commit a1a9454 into SupernautApp:develop Jan 4, 2022
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

Successfully merging this pull request may close these issues.

None yet

2 participants