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 Philippe Mouawad: https://wiki.apache.org/jmeter/JMeterMavenPlugin?action=diff&rev1=19&rev2=20 Comment: Update to last version '''JMeter Maven Plugin''' - This is a Maven 2/3 plugin that allows you to run JMeter tests as part of the build. + This is a Maven 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>2.7.0</version> + <version>2.8.0</version> <executions> <execution> <id>jmeter-tests</id> @@ -53, +53 @@ '''Executing the Plugin''' - * Run "mvn verify" to run the tests (Best practive would be to assign the JMeter tests to a specific profile so that they only run when invoking that profile). + * Run "mvn clean verify" to run the tests (Best practice would be to assign the JMeter tests to a specific profile so that they only run when invoking that profile). '''External Links''' The source code for this plugin can be found at https://github.com/jmeter-maven-plugin/jmeter-maven-plugin - The official website is available at http://jmeter.lazerycode.com + The official website is available at https://jmeter.lazerycode.com The github wiki has more detailed configuration information and is available at https://github.com/jmeter-maven-plugin/jmeter-maven-plugin/wiki
