JMeter Plugins when Executing from Maven
问题 Is it possible to use JMeter Plugins when executing JMeter from the jmeter-maven-plugin? UPDATE I've tried adding the jmeter-plugins dependency to the plugin definition as per Ardesco's helpful answer, but I get a myriad of ClassNotFoundException s. It seems like Maven is not putting jmeter-plugin 's transitive dependencies on the classpath when executing JMeter. Any ideas? 回答1: Although this answer is accepted, it only works for versions before 2.X. But for version higher than 2.X, see this