Skip to content

Commit 9ecc38c

Browse files
committed
Add note about using release profile to create bin
I don't know too much about Java or Maven, and it took me a while to figure out how to create the binaries that are precompiled and included in the zip download. It's probably second nature for y'all, but this line would've saved me a few hours of headache. What do y'all think?
1 parent c116ad0 commit 9ecc38c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,3 +209,11 @@ NodeJS Support
209209
--------------
210210

211211
NodeJS bindings for browswermob-proxy are available [here](https://github.com/zzo/browsermob-node). Built-in support for [Selenium](http://seleniumhq.org) or use [CapserJS-on-PhantomJS](http://casperjs.org) or anything else to drive traffic for HAR generation.
212+
213+
Creating the batch files from source
214+
------------------------------------
215+
216+
You'll need maven (`brew install maven` if you're on OS X); use the `release` profile to generate the batch files from this repository. Optionally, proceed at your own risk and append the `-DskipTests` option if the tests are failing.
217+
218+
[~]$ mvn -P release
219+
[~]$ mvn -DskipTests -P release

0 commit comments

Comments
 (0)