java - Is it possible to generate a text file with the date using Maven? -


relatively new maven , wondering if there way generate text file using maven date in file date built?

my goal create text file either inside or beside packaged war file containing date built.

thanks in advance!

this sort of info best go manifest. can customize manifest in maven. if want simple file, either generate 1 using e.g. project properties plugin or filter existing 1 (in src/main/resources default). date value, use this.


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -