I'm using jmeter-maven-plugin to execute JMeter tests with maven. The JMeter project depends on some plugins which I need to include in the test run. Further, I want to include these plugin JAR files in the project directory, not to download them at runtime. How to do this with jmeter-maven-plugin?
Asked
Active
Viewed 68 times
1
user7294900
- 52,490
- 20
- 92
- 189
Tuomas Toivonen
- 18,478
- 39
- 108
- 200
-
Does this cover your scenario? https://github.com/jmeter-maven-plugin/jmeter-maven-plugin/wiki/Adding-Excluding-libraries-to-from-the-classpath – Ardesco Jul 18 '19 at 07:18