Skip to content
aadrian edited this page Feb 28, 2016 · 8 revisions

Building Mirage-SQL requires a correctly configured Maven instance.

To build Mirage-SQL, run mvn package from the root directory. This will produce in the /target directory all the required artifacts.

To avoid executing the unit tests, use mvn -Dmaven.test.skip=true package instead.

Clone this wiki locally