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: git clone https://github.com/undera/jmeter-plugins.git b) go to sources subdirectory: cd jmeter-plugins c) run Maven build: mvn clean package 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: git clone https://github.com/undera/perfmon-agent.git b) go to sources subdirectory: cd perfmon-agent c) download latest SIGAR lib at http://sourceforge.net/projects/sigar/files/ d) unpack SIGAR lib into perfmon-agent/lib e) run Maven build: mvn clean package Resulting artifacts located in target directory. Building CMDRunnera) Checkout latest source code from GitHub: git clone https://github.com/undera/cmdrunner.git b) go to sources subdirectory: cd cmdrunner c) run Maven build: mvn clean package Resulting artifacts located in target directory. |
On this page:
|