views:

83

answers:

2

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?

+1  A: 

And there is webstart-maven-plugin for maven2

Bozho
A: 

There is also JFrog WebStart and JavaFX plugin which can keep maven2 layout for your dependencies !

Fred Simon