Reputation: 370
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.
Upvotes: 0
Views: 209
Reputation: 34566
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.
Upvotes: 1