Hello, I'm creating a project Web site using the Maven site plugin. The project is currently in a SNAPSHOT state, that is, the assembly that I create (and artifacts) have a timestamp suffix attached to their file name when the get deployed to some Maven repository.
Assuming that the build process runs "mvn deploy site-deploy" I would like the Web site to render the link referring the the current assembly file, i.e., using the current snapshot timestamp. How can this be achieved? Is there a property like "${timestamp}" that I could use to get the current value? Thanks, Thorsten -- View this message in context: http://www.nabble.com/How-to-refer-to-SNAPSHOT-timestamp-from-Web-site-tp21730328p21730328.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org