This Maven extension is designed to configure the Develocity build cache for the Quarkus project.
The reference documentation for the API can be found here.
When working on caching new goals, you can obtain a debug output with the following command:
./mvnw -Dquickly -Dorg.slf4j.simpleLogger.log.gradle.goal.cache=debug -Dorg.slf4j.simpleLogger.log.io.quarkus.develocity=debug -e clean install
This command should be run on a single module on the Quarkus project for easier debugging.
Note: the clean install
goals are important even if not strictly necessary when using -Dquickly
.
The cache won't be populated otherwise.
./mvnw release:prepare release:perform -Prelease