I posted this: https://groups.google.com/forum/#!topic/maven-jmeter-plugin-users/Q80pNs90tCs , on the user's group message board yesterday.
I noticed a couple of other people were asking the same question. I pulled down your repository and made a change to a local branch to add a new property for this. The property defaults to true to maintain current functionality but allows you toggle the current date/time addition to the report directory being generated.
For example, if you don't set the property you'd see a report directory something like this: jmeter/reports/reports_directory_20190907_132345
If you set the property <useTimestampInReportDirectoryName>false</useTimestampInReportDirectoryName> then you would see a report directory something like this: jmeter/reports/reports_directory
I'll gladly add this contribution so that it's incorporated into the next version if you're willing to give me access to your repository.
Thanks in advance!
Jason King
Thanks Jason for proposal.
I was not following this group until yesterday so missed this.
In the future open an issue and propose a PR.
Anyway , this has been implemented in 2.8.2 without a new property (there are already enough) , I changed behaviour to remove timestamp and use folder and test name as folder prefix.
This should answer requirement.
Regards