Advertisement
Guest User

Untitled

a guest
Apr 7th, 2019
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. <plugin>
  2. <groupId>com.lazerycode.jmeter</groupId>
  3. <artifactId>jmeter-maven-plugin</artifactId>
  4. <version>2.9.0</version>
  5. <executions>
  6. <!-- Run JMeter tests -->
  7. <execution>
  8. <id>jmeter-tests</id>
  9. <goals>
  10. <goal>jmeter</goal>
  11. </goals>
  12. </execution>
  13. <!-- Fail build on errors in test -->
  14. <execution>
  15. <id>jmeter-check-results</id>
  16. <goals>
  17. <goal>results</goal>
  18. </goals>
  19. </execution>
  20. </executions>
  21. </plugin>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement