snoopdave opened a new pull request, #131: URL: https://github.com/apache/roller/pull/131
This PR fixes a regression caused by switching Roller from using the Maven `btmatthews` `inmemdb` plugin and instead starting Derby by calling the embedded Derby server API directly (which works when tests are run either in IntelliJ or in Maven). The problem was that I forgot to add the same logic to the Maven Jetty plugin so that Derby is started when Roller is run via `mvn jetty:run`. The Jira ticket: https://issues.apache.org/jira/browse/ROL-2182 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@roller.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org