From 06965d07809275884a3e3d2bba5a0ae293d04fe0 Mon Sep 17 00:00:00 2001 From: Joe Littlejohn <joelittlejohn@gmail.com> Date: Tue, 8 Jul 2014 22:20:57 +0100 Subject: [PATCH] Add doc for embedmongo.skip --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 8bf0b0e..e4b071c 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,9 @@ Usage <downloadPath>http://internal-mongo-repo/</downloadPath> <!-- optional, default is http://fastdl.mongodb.org/ --> + + <skip>false</skip> + <!-- optional, skips this plugin entirely, use on the command line like -Dembedmongo.skip --> </configuration> </execution> <execution> -- GitLab