Skip to content

Commit ae6e91f

Browse files
Moved and modified contributing section
1 parent 43efb41 commit ae6e91f

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,6 @@
55
### Description
66
JMeter ElasticSearch Backend Listener is a JMeter plugin enabling you to send test results to an ElasticSearch engine. It is meant as an alternative live-monitoring tool to the built-in "InfluxDB" backend listener of JMeter.
77

8-
### Contributing and testing your code
9-
Fork & clone the repository, modify/add code and execute below mvn command. Make sure JAVA_HOME is set properly
10-
```
11-
mvn package
12-
```
13-
148
### Features
159

1610
* ElasticSearch low-level REST client
@@ -44,6 +38,13 @@ mvn package
4438
## Contributing
4539
Feel free to contribute by branching and making pull requests, or simply by suggesting ideas through the "Issues" tab.
4640

41+
### Package and testing your newly added code
42+
Execute below mvn command. Make sure JAVA_HOME is set properly
43+
```
44+
mvn package
45+
```
46+
Move the resulting JAR to your `JMETER_HOME/lib/ext`.
47+
4748
## Screenshots
4849
### Configuration
4950
![screnshot1](https://cdn-images-1.medium.com/max/2000/1*iVb7mIp2dPg7zE4Ph3PrGQ.png "Screenshot of configuration")

0 commit comments

Comments
 (0)