Summary:
Test sets fail when building the project from command line - which prevents the project from building.
Steps to reproduce:
After applying the fix suggested in #404, run mvn package at the root of the project.
Expected behavior:
Tests pass and project builds. An executable jar should be generated in target.
Observed behavior:
Failure in tests that prevent the project from building (see test reports.zip)
edu.usf.cutr.gtfsrtvalidator.api.resource.GtfsFeedTest
edu.usf.cutr.gtfsrtvalidator.test.queries.QueryTest

Interestingly, those test sets are successfully executed in IntelliJ.
"This might have something to do with the HSQLDB drivers on Mac, because those tests test queries against a HSQLDB instance using the JDBC drivers."
"I guess maybe IntelliJ is including something on the classpath that you're missing on command-line? Maybe the JDBC drivers?"
(from @barbeau).
Platform:
Mac M1
MacOS Big Sur 11.6 version
Java 11.0.11