MVN

com.github.stephenc.mongodb : mongodb-maven-plugin

Maven & Gradle

Nov 24, 2012
3 stars

MongoDB Maven Plugin · A plugin for controlling MongoDB instances from a Maven project.

<plugin>
    <groupId>com.github.stephenc.mongodb</groupId>
    <artifactId>mongodb-maven-plugin</artifactId>
    <version>2.2.1-1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.stephenc.mongodb : mongodb-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 2.2.1-1

All Versions

Choose a version of com.github.stephenc.mongodb : mongodb-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
2.2.x
mongodb-maven-plugin-2.2.1-1
2.0.x
mongodb-maven-plugin-2.0.2-1

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>com.github.stephenc.mongodb</groupId>
    <artifactId>mongodb-maven-plugin</artifactId>
    <version>2.2.1-1</version>
</plugin>