The following will build all modules in the Quarkus repository except docs and test modules and install them in your local maven repository with the 999-SNAPSHOT version:

$ ./mvnw -Dquickly

The following will build all modules in the Quarkus repository (except test modules) and install them in your local maven repository with the 999-SNAPSHOT version:

$ ./mvnw -DquicklyDocs