<plugin>
   <groupId>com.lazerycode.jmeter</groupId>
   <artifactId>jmeter-maven-plugin</artifactId>
   <version>1.10.1</version>
   <executions>
      <execution>
         <id>jmeter-tests</id>
         <phase>verify</phase>
         <goals>
            <goal>jmeter</goal>
         </goals>
      </execution>
   </executions>
</plugin>