# hibernate-develocity-maven-extension **Repository Path**: mirrors_hibernate/hibernate-develocity-maven-extension ## Basic Information - **Project Name**: hibernate-develocity-maven-extension - **Description**: A Maven extension to configure Develocity build cache for Maven-based Hibernate projects - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-05 - **Last Updated**: 2025-08-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # hibernate-develocity-maven-extension [![Version](https://img.shields.io/maven-central/v/org.hibernate.infra.develocity/hibernate-develocity-maven-extension?logo=apache-maven&style=for-the-badge)](https://central.sonatype.com/artifact/org.hibernate.infra.develocity/hibernate-develocity-maven-extension) ## About This Maven extension is designed to configure the Develocity build cache for Maven-based Hibernate projects. ## Developing The reference documentation for the API can be found [here](https://docs.gradle.com/enterprise/maven-extension/api/). 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.infra.develocity=debug -e clean install ``` This command should be run on a single module on a Maven-based Hibernate project (Hibernate Validator, Hibernate Search) 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`.