Start Derby from Java for tests

Dave <[email protected]> Tue, 7 Mar 2023 19:35:56 -0500
Newsgroups gmane.comp.java.roller.devel
Message-ID <CAF1aazAMvOCN_ER+XitPq6ecnbO6dUQ1H_dDj1spASmtmFF1og@mail.gmail.com>
Here's a PR that starts Derby for tests from Java instead using a Maven
plugin.

   https://github.com/apache/roller/pull/121

The reason for this change is to allow tests to be run without Maven
e.g. from within IntelliJ or other IDEs that do not have tight Maven
integration.

Any suggestions for improvement or alternative ways to enable the same
behavior?

Dave