I'm trying to configure my project to use maven-webstart-plugin in
combination with maven-assembly-plugin
My project is a multi-module desktop application with:
- a "core" module (jar) for my application itself
- a "dist" module (pom) which uses maven-assembly-plugin and
jar-with-dependencies to produce an executable jar of my application

Now I don't know if I should:
- create a "webstart" module to produce the JNLP Zip file
- or configure maven-webstart-plugin inside dist

What is the common practice in that case?

--
Sébastien Arbogast

http://www.sebastien-arbogast.com

Reply via email to