How can I get Maven to create jnlp for my project?

I want Maven2 to create a .jnlp (webstart profile) for my application.

There is a maven-jnlp plugin, but it is deprecated somewhere around Maven 1.1-beta2.

Is there a preferable way to do this, or do I need to implement this feature myself?

+5
source share
2 answers

And there is webstart-maven-plugin for maven2

+6
source

There is also JFrog WebStart and a JavaFX plugin that can support maven2 layout for your dependencies!

+1
source

Source: https://habr.com/ru/post/904989/


All Articles