Re: Maven project setup (or plugin) for starting a Java Web Start application

2007-06-30 Thread Eric Redmond
http://mojo.codehaus.org/webstart-maven-plugin-parent/webstart-maven-plugin/howto.html Eric On 6/27/07, Billy Bacon [EMAIL PROTECTED] wrote: I'm looking to use Maven 2 to manage a Java Web Start application. Would I just package the entire contents within a .war file with the .jnlp file in

Maven project setup (or plugin) for starting a Java Web Start application

2007-06-27 Thread Billy Bacon
I'm looking to use Maven 2 to manage a Java Web Start application. Would I just package the entire contents within a .war file with the .jnlp file in the root directory for download and the jars the JNLP file reference in WEB-INF/lib? The jar files need to be 'downloaded' to the user requesting