Jared
Jared

Reputation: 26149

How can I get Maven to generate a jnlp for my project?

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

Answers (2)

Bozho
Bozho

Reputation: 597076

And there is webstart-maven-plugin for maven2

Upvotes: 6

Fred Simon
Fred Simon

Reputation: 567

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

Upvotes: 1

Related Questions