Relatively new to Maven and was wondering if there is a way to generate a text file using Maven where the date in the file is the date that it was built?
My goal is to create a text file either inside or beside the packaged WAR file containing the date it was built.
Thanks in advance!