H2 Maven Plugin


License

License

MIT
Categories

Categories

Maven Build Tools H2 Data Databases
GroupId

GroupId

com.edugility
ArtifactId

ArtifactId

h2-maven-plugin
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

maven-plugin
Description

Description

H2 Maven Plugin
H2 Maven Plugin
Project Organization

Project Organization

Laird Nelson
Source Code Management

Source Code Management

https://github.com/ljnelson/h2-maven-plugin/

Download h2-maven-plugin

How to add to project

<plugin>
    <groupId>com.edugility</groupId>
    <artifactId>h2-maven-plugin</artifactId>
    <version>1.0</version>
</plugin>

Dependencies

compile (2)

Group / Artifact Type Version
org.apache.maven : maven-core jar 3.0.3
com.h2database : h2 jar 1.3.162

test (2)

Group / Artifact Type Version
junit : junit jar 4.10
org.apache.maven.plugin-testing : maven-plugin-testing-harness jar 2.0-alpha-1

Project Modules

There are no modules declared in this project.

Hi!

Use the h2-maven-plugin like this:

mvn com.edugility:h2-maven-plugin:1.0:spawn

That starts a new H2 TCP server. Then:

mvn com.edugility:h2-maven-plugin:1.0:stop

...will kill it gracefully.

Versions

Version
1.0