I have a project that builds a war file using Maven 2.2. I would like to serve jnlp file that can be used to start an application remotely using Java Web Start. I need to do following things:
1. Sign the project jar file as well as all dependent jar files 2. Copy jar files in lib directory 3. Build war file including above signed jar files, i.e., lib directory will have all signed jar files and WEB-INF/lib directory will have unsigned jar fields as before. I tried webstart-maven-plugin but not sure how it can be integrated with maven-jar-plugin and maven-war-plugin to automate all this. I would appreciate any examples. Thanks. ______________________________________________ See http://www.peak6.com/email_disclaimer.php for terms and conditions related to this email --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
