You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -209,3 +209,11 @@ NodeJS Support
209
209
--------------
210
210
211
211
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.
0 commit comments