I’d like to know what options exist to customize the timestamp string used in Maven artifact deploys when
<uniqueVersion>true</uniqueVersion> is set. Ideally, we’d like to include the changelist number from source control instead of a timestamp as it’s a more dependable means of determining what features and bug fixes are in a given build.
I’d like to know what options exist to customize the timestamp string used in
Share
You can’t customize it, the timestamped string is a well defined internal thing that is supposed to be used as is, or not (if you set
uniqueVersiontofalsein thedistributionManagementelement).From the Maven book (for readers interested, it won’t really help you):