h2-maven-plugin icon indicating copy to clipboard operation
h2-maven-plugin copied to clipboard

Add configurable control over the classpath.

Open aknrdureegaesr opened this issue 10 years ago • 1 comments

Add entries to the front of the -cp that's handed to the java invocation. This is convenient for "stored procedures" aka H2 user defined functions.

Configuration example:

<configuration>
    ...
    <classpath>
        <entry>target/test-classes</entry>
    </classpath>
</configuration>

This fixes https://github.com/ljnelson/h2-maven-plugin/issues/5 .

Please pull, and thank you for providing fine software.

aknrdureegaesr avatar Jul 04 '14 09:07 aknrdureegaesr

Hi, thanks for your input. Let me look at this (it's been a while). Offhand I don't see any issues.

ljnelson avatar Jul 07 '14 19:07 ljnelson