I am unable to generate the report Dashboard for Jmeter 3.0 by using Jmeter-maven-plugin version 2.0.3. I added the and added jmeter.save.saveservice properties in my pom under configuration in Jmeter maven plugin but I get "ensure the jmeter.save.saveservice.* properties are the same as when the CSV file was created or the file may be read incorrectly" error when I try to create report Dashboard after execution.
I also added Jmeter.properties and user.properties in my src/test/jmeter folder and I see these properties are added to these files in my target folder after execution.
Can Some please tell me how the pom should be so that we can create the report Dashboard automatically for Jmeter 3.0.
Thanks