build - Maven timestamp and time properties -
i know if there way in maven add time property dependent on current timestamp. example have property time plus 1 hour. thanks!
yes, can use build-helper-maven-plugin's timestamp-property goal. check here.
Comments
Post a Comment