File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -59,20 +59,26 @@ If some of the parameters that you've specified in the bulk request requre AuthT
5959HttpResponse 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
7379Clean this project using
7480``` shell
75- ant clean
81+ mvn clean
7682```
7783## Contact
7884brett.csorba@ge.com
You can’t perform that action at this time.
0 commit comments