MVN

com.btmatthews.maven.plugins.inmemdb : inmemdb-maven-plugin

Maven & Gradle

May 19, 2014
15 stars

In-Memory Database Plugin · A Maven 3 plugin that can be used to launch an in-memory database for use in integration tests. The plugin supports the Apache Derby, HSQLDB and H2 SQL databases.

<plugin>
    <groupId>com.btmatthews.maven.plugins.inmemdb</groupId>
    <artifactId>inmemdb-maven-plugin</artifactId>
    <version>1.4.3</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.btmatthews.maven.plugins.inmemdb : inmemdb-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.4.3

All Versions

Choose a version of com.btmatthews.maven.plugins.inmemdb : inmemdb-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.4.x
inmemdb-maven-plugin-1.4.3
inmemdb-maven-plugin-1.4.2
inmemdb-maven-plugin-1.4.1
inmemdb-maven-plugin-1.4.0
1.3.x
inmemdb-maven-plugin-1.3.0
1.2.x
inmemdb-maven-plugin-1.2.0
1.1.x
inmemdb-maven-plugin-1.1.0
1.0.x
inmemdb-maven-plugin-1.0.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.btmatthews.maven.plugins.inmemdb</groupId>
    <artifactId>inmemdb-maven-plugin</artifactId>
    <version>1.4.3</version>
</plugin>

Advertisement