Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Maven extension configuring the Develocity build cache configuration for the Hibernate Search project
# 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 the Hibernate Search project.
This Maven extension is designed to configure the Develocity build cache for Maven-based Hibernate projects.

## Developing

Expand All @@ -13,10 +13,10 @@ The reference documentation for the API can be found [here](https://docs.gradle.
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
./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 the Hibernate Search project for easier debugging.
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.
Expand Down