From 4f31c900006c988c5859f4a67eb44d601ccff299 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Thu, 18 Jun 2015 12:40:05 -0400 Subject: [PATCH] Added link to JIRA issue tracker in readme. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 94d6b1d..9aebe3a 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ Maven plugin wrapper for the [flapdoodle.de embedded MongoDB API](http://github. This plugin lets you start and stop an instance of MongoDB during a Maven build, e.g. for integration testing. The Mongo instance isn't strictly embedded (it's not running within the JVM of your application), but it _is_ a managed instance that exists only for the lifetime of your build. +To file a bug, or request a new feature please submit it to our [JIRA issue tracker](http://bugs.syncleus.com/browse/MMP). + Usage ----- -- GitLab