hibernate / hibernate-search-develocity-extension

A Maven extension to configure Develocity build cache for the Hibernate Search project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Maven extension configuring the Develocity build cache configuration for the Hibernate Search project

Version

About

This Maven extension is designed to configure the Develocity build cache for the Hibernate Search project.

Developing

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 -DskipTests -DskipITs -Dorg.slf4j.simpleLogger.log.gradle.goal.cache=debug -Dorg.slf4j.simpleLogger.log.io.hibernate.search.develocity=debug -e clean install

This command should be run on a single module on the Hibernate Search project for easier debugging.

Note: the clean goal is important. The cache won't be populated otherwise.

You can also get some information about the generation of the cache key with -Dorg.slf4j.simpleLogger.log.gradle.goal.fingerprint=trace.

About

A Maven extension to configure Develocity build cache for the Hibernate Search project

License:Apache License 2.0


Languages

Language:Java 100.0%