Hi Geoffrey, I think you might be able to do this by using the maven-buildnumber-plugin to generate a timestamp value.
http://commons.ucalgary.ca/projects/maven-buildnumber-plugin/introduction.html and then use a property placeholder in the JNLP template. Never actually tried it myself though :) Cheers, Kevin Geoffrey De Smet <[EMAIL PROTECTED]> Sent by: news <[EMAIL PROTECTED]> 07/06/2007 12:34 Please respond to [email protected] To [email protected] cc Subject [mojo-user] webstart timestamp in jnlp file so it's up to date Hi, I am having some problems that my webstart app isn't downloading the latest version when I start it up from firefox. Setting <update check="always"/> doesn't seem to fix the problem. I noticed this doc http://java.sun.com/javase/6/docs/technotes/guides/javaws/developersguide/downloadservletguide.html#examples which says that I can add a timestamp in front of the xml decleration: TS: 2002-04-23 19:21:05 <?xml version="1.0" encoding="UTF-8"?> <jnlp codebase="... How can I accomplish this in the webstart plugin or with another plugin? -- With kind regards, Geoffrey De Smet --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email --- This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.
