We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.
mvn package
/target
To avoid executing the unit tests, use mvn -Dmaven.test.skip=true package instead.
mvn -Dmaven.test.skip=true package