You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jmeter.apache.org by Apache Wiki <wi...@apache.org> on 2014/01/18 12:04:45 UTC

[Jmeter Wiki] Trivial Update of "JMeterMavenPlugin" by Ardesco

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Jmeter Wiki" for change notification.

The "JMeterMavenPlugin" page has been changed by Ardesco:
https://wiki.apache.org/jmeter/JMeterMavenPlugin?action=diff&rev1=12&rev2=13

Comment:
Updated POM example to use latest revison of plugin

  
  '''JMeter Maven Plugin'''
  
- This is a Maven 2 plugin that allows you to run JMeter tests as part of the build.
+ This is a Maven 2/3 plugin that allows you to run JMeter tests as part of the build.
  
  '''Install the Plugin'''
  
@@ -27, +27 @@

                  <plugin>
                      <groupId>com.lazerycode.jmeter</groupId>
                      <artifactId>jmeter-maven-plugin</artifactId>
-                     <version>1.8.1</version>
+                     <version>1.9.0</version>
                      <executions>
                          <execution>
                              <id>jmeter-tests</id>