Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 209 Bytes

README.markdown

File metadata and controls

11 lines (6 loc) · 209 Bytes

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.