MVN

com.github.joelittlejohn.embedmongo : embedmongo-maven-plugin

Maven & Gradle

Aug 27, 2019
1 usages
88 stars

embedmongo-maven-plugin · Maven plugin wrapper for the flapdoodle.de embedded MongoDB API.

<plugin>
    <groupId>com.github.joelittlejohn.embedmongo</groupId>
    <artifactId>embedmongo-maven-plugin</artifactId>
    <version>0.4.2</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.4.2

All Versions

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

Version Vulnerabilities Updated
0.4.x
embedmongo-maven-plugin-0.4.2
embedmongo-maven-plugin-0.4.1
embedmongo-maven-plugin-0.4.0
0.3.x
embedmongo-maven-plugin-0.3.5
embedmongo-maven-plugin-0.3.4
embedmongo-maven-plugin-0.3.3
embedmongo-maven-plugin-0.3.2
embedmongo-maven-plugin-0.3.1
embedmongo-maven-plugin-0.3.0
0.2.x
embedmongo-maven-plugin-0.2.0
0.1.x
embedmongo-maven-plugin-0.1.13
embedmongo-maven-plugin-0.1.12
embedmongo-maven-plugin-0.1.11
embedmongo-maven-plugin-0.1.10
embedmongo-maven-plugin-0.1.9
embedmongo-maven-plugin-0.1.8
embedmongo-maven-plugin-0.1.7
embedmongo-maven-plugin-0.1.6
embedmongo-maven-plugin-0.1.5
embedmongo-maven-plugin-0.1.4
embedmongo-maven-plugin-0.1.3
embedmongo-maven-plugin-0.1.2
embedmongo-maven-plugin-0.1.1
embedmongo-maven-plugin-0.1.0

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.joelittlejohn.embedmongo</groupId>
    <artifactId>embedmongo-maven-plugin</artifactId>
    <version>0.4.2</version>
</plugin>

Advertisement