I have trouble using SSL pages with JMeter, which I previously posted here.
I heard from the JMeter official group that problem might lie in jmeter.jar, which is used by the JMeter Maven plug-in, as its version is 2.2 whilst the current version of JMeter is 2.4.
I had a look at my JMeter directory and saw ApacheJMeter.jar, but I don’t think it is the same as jmeter.jar, since ApacheJMeter.jar seems to have much fewer classes than jmeter.jar.
Where could I get the jmeter.jar file from, or how could I build it myself?
It’s fixed in the latest version which is now available from the central maven repository so you no longer need to specify a repository in your POM to use it, all that is required now is:
It will pull down the latest JMeter 2.6 artifacts that have been released by Apache and are in the maven central repo as well (So you no longer need to worry about finding JMeter artifacts and/or building them yourself).
Note that the GroupID and ArtifactID have changed.
Project website is http://jmeter.lazerycode.com