I was using <jmeterExtensions>
tag to specify the dependency plugins although the dependencies are not getting downloaded for slave machines where It is required to manually download them in slave machine. Is there any solution to download dependencies to slave machines as well.
Asked
Active
Viewed 173 times
0
-
1Your tag was being formatted as HTML and did not show in the visible post. – K.Dᴀᴠɪs Dec 07 '18 at 15:59
-
Any feedback on answer ? if ok you should accept it and upvote. Thanks – UBIK LOAD PACK Jan 15 '19 at 20:29
1 Answers
1
This is not handled by jmeter-maven-plugin and I don't think it can be implemented there.
So the option would be to run a kind of warmup on every machine using remote ssh and launching maven on it.
You could try to automate this using Ansible.
See this blog for more details on using the plugin.

UBIK LOAD PACK
- 33,980
- 5
- 71
- 116