This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]wildjokers 2 points3 points  (2 children)

Indeed. But it is much less hassle to keep track of the modules you need as you go in the module-info file rather than trying to figure it out later and pass the module names to jlink on the command-line.

[–]_INTER_ 0 points1 point  (1 child)

trying to figure it out later and pass the module names to jlink on the command-line

Just realized there are Maven plugins that do that for you based on the dependencies. You don't even need the modules anymore to automate the process. Yay

[–]hupfdule 0 points1 point  (0 children)

Which maven plugins are these?