Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 549 Bytes

compile-quarkus-quickly.adoc

File metadata and controls

18 lines (14 loc) · 549 Bytes

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