This is an old revision of the document!
Adding this to build
section of POM file will cause the plugin to pick up all .jmx
files under the src/test/jmeter
subdirectory of the project workspace.
<plugin> <groupId>com.lazerycode.jmeter</groupId> <artifactId>jmeter-maven-plugin</artifactId> <version>2.3.0</version> <executions> <execution> <id>jmeter-tests</id> <phase>verify</phase> <goals> <goal>jmeter</goal> </goals> </execution> </executions> </plugin>