Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <plugin>
- <groupId>com.lazerycode.jmeter</groupId>
- <artifactId>jmeter-maven-plugin</artifactId>
- <version>2.9.0</version>
- <executions>
- <!-- Run JMeter tests -->
- <execution>
- <id>jmeter-tests</id>
- <goals>
- <goal>jmeter</goal>
- </goals>
- </execution>
- <!-- Fail build on errors in test -->
- <execution>
- <id>jmeter-check-results</id>
- <goals>
- <goal>results</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement