Skip to content

Commit b666874

Browse files
committed
Update README.md
1 parent 2a31d29 commit b666874

1 file changed

Lines changed: 13 additions & 7 deletions

File tree

README.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,20 +59,26 @@ If some of the parameters that you've specified in the bulk request requre AuthT
5959
HttpResponse response = tracker.sendBulkRequest(requests, authToken);
6060
```
6161
## Install
62-
This project can be tested and build by calling
62+
This project can be tested and built by calling
6363
```shell
64-
ant
64+
mvn package
6565
```
66-
The built jars and javadoc can be found in <strong>dist/</strong>
67-
The project also supports [Pitest](http://pitest.org/) mutation testing. This report can be generated by calling
66+
The built jars and javadoc can be found in <strong>target</strong>
67+
68+
Test this project using
69+
```shell
70+
mvn test
71+
```
72+
73+
This project also supports [Pitest](http://pitest.org/) mutation testing. This report can be generated by calling
6874
```shell
69-
ant mutate
75+
mvn org.pitest:pitest-maven:mutationCoverage
7076
```
71-
and will produce an html report at <strong>build/test/results/20.../index.html</strong>
77+
and will produce an html report at <strong>target/pit-reports/YYYYMMDDHHMI</strong>
7278

7379
Clean this project using
7480
```shell
75-
ant clean
81+
mvn clean
7682
```
7783
## Contact
7884
brett.csorba@ge.com

0 commit comments

Comments
 (0)