MVN

net.xeric.maven : h2-maven-plugin

Maven & Gradle

Jan 06, 2017

h2 Maven Mojo · A maven plugin to start and stop h2 based tcp server

<plugin>
    <groupId>net.xeric.maven</groupId>
    <artifactId>h2-maven-plugin</artifactId>
    <version>1.5</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.xeric.maven : h2-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.5

All Versions

Choose a version of net.xeric.maven : h2-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.5
h2-maven-plugin-1.5
1.3
h2-maven-plugin-1.3

How to add a plugin to Maven

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

<plugin>
    <groupId>net.xeric.maven</groupId>
    <artifactId>h2-maven-plugin</artifactId>
    <version>1.5</version>
</plugin>

Advertisement