diff --git a/README.md b/README.md index 94d6b1dc4f2f5ef56b3fc5dca2b6271e3ce0e586..9aebe3aeb4c15e45366cb0dec5de598cf994e6a4 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 -----