Integrating JMeter as part of Maven project
Extending the above question, is the possible to do the below steps through maven dependency itself, ideally we don't want to rely on the local installation of JMeter for running the test and don't want to use JMeter Maven Plug-in since we cannot specify which JMeter version we want to use to run the JMeter Script.
The answer mentioned is to use AntRunner but not sure how to do that through maven any pointer will be helpful
My scenario is to,
Download and Unzip the JMeter official distribution as maven dependency
Copy to target folder
JMeterUtils.setJMeterHome("copied-target-folder/bin")
jmeter.run();