Building Project from SourcesTo build any part of JMeter Plugins you'll need Git client, Maven tool and Java 1.7+ JDK. Building JMeter-Pluginsa) Checkout latest source code from GitHub:
b) go to sources subdirectory:
c) run Maven build:
Maven tool will download all required stuff, compile, test and package the plugins. Resulting artifacts located in target directories of plugin sets. Building ServerAgenta) Checkout latest source code from GitHub:
b) go to sources subdirectory:
c) download latest SIGAR lib at http://sourceforge.net/projects/sigar/files/ d) unpack SIGAR lib into perfmon-agent/lib e) run Maven build:
Resulting artifacts located in target directory. Building CMDRunnera) Checkout latest source code from GitHub:
b) go to sources subdirectory:
c) run Maven build:
Resulting artifacts located in target directory. |