From cb7381eefab6362228c798f0ce2a635bc93cf969 Mon Sep 17 00:00:00 2001 From: Joe Littlejohn <joelittlejohn@gmail.com> Date: Wed, 17 Jul 2013 22:38:27 +0100 Subject: [PATCH] Add note re Windows firewall rules --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5fc12f9..bd1d4a1 100644 --- a/README.md +++ b/README.md @@ -50,9 +50,9 @@ Notes * By default, the `start` goal is bound to `pre-integration-test`, the `stop` goal is bound to `post-integration-test`. You can of course bind to different phases if required. * If you omit/forget the `stop` goal, any Mongo process spawned by the `start` goal will be stopped when the JVM terminates. * If you want to run Maven builds in parallel you can use `randomPort` to avoid port conflicts, the value allocated will be available to other plugins in the project as a property `embedmongo.port`. - If you are using Jenkins, you can also try the [Port Allocator Plugin](https://wiki.jenkins-ci.org/display/JENKINS/Port+Allocator+Plugin). + If you're using Jenkins, you can also try the [Port Allocator Plugin](https://wiki.jenkins-ci.org/display/JENKINS/Port+Allocator+Plugin). * If you need to use a proxy to download MongoDB then you can either use `-Dhttp.proxyHost` and `-Dhttp.proxyPort` as additional Maven arguments (this will affect the entire build) or instruct the plugin to use a proxy when downloading Mongo by adding the `proxyHost` and `proxyPort` configuration properties. -* If you are having trouble with Windows firewall rules, try setting the _bindIp_ config property to `127.0.0.1`. +* If you're having trouble with Windows firewall rules, try setting the _bindIp_ config property to `127.0.0.1`. * If you'd like the start goal to start mongodb and wait, you can add `-Dembedmongo.wait` to your Maven command line arguments [](http://githalytics.com/joelittlejohn/embedmongo-maven-plugin) -- GitLab