You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2015/03/08 12:22:13 UTC

svn commit: r1664971 - /jmeter/trunk/xdocs/building.xml

Author: pmouawad
Date: Sun Mar  8 11:22:12 2015
New Revision: 1664971

URL: http://svn.apache.org/r1664971
Log:
Mention Maven

Modified:
    jmeter/trunk/xdocs/building.xml

Modified: jmeter/trunk/xdocs/building.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/building.xml?rev=1664971&r1=1664970&r2=1664971&view=diff
==============================================================================
--- jmeter/trunk/xdocs/building.xml (original)
+++ jmeter/trunk/xdocs/building.xml Sun Mar  8 11:22:12 2015
@@ -29,8 +29,9 @@ There is more infomation on the JMeter W
 <h2>Building Add-Ons</h2>
 <p>
 There is no need to build JMeter if you just want to build an add-on.
-Just download the binary archive and add the jars to the classpath.
+Just download the binary archive and add the jars to the classpath or use Maven artifacts to build your add-ons.
 You may want to also download the source so it can be used by the IDE.
+
 </p>
 <p>See the extras/addons* files in the source tree for some suggestions</p>