Start Derby from Java for tests

2023-03-07 Thread Dave
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

[GitHub] [roller] snoopdave opened a new pull request, #121: Start Derby from Java so tests can run without Maven

2023-03-07 Thread via GitHub
snoopdave opened a new pull request, #121: URL: https://github.com/apache/roller/pull/121 This PR removes the Maven Plugin that was used to start/stop Derby and re-introduces some old code that starts Derby via Java and creates the Roller schema before tests run and stops Derby after they c