Reputation: 26149
I'd like to have Maven2 generate a .jnlp (webstart profile) for my application.
There is a maven-jnlp-plugin, but it's deprecated as of somewhere around Maven 1.1-beta2.
Is there a more preferred way to do this, or do I need to build out this capability myself?
Upvotes: 5
Views: 5364
Reputation: 567
There is also JFrog WebStart and JavaFX plugin which can keep maven2 layout for your dependencies !
Upvotes: 1