File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- # Maven extension configuring the Develocity build cache configuration for the Hibernate Search project
1+ # hibernate-develocity-maven- extension
22
33[ ![ 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 )
44
55## About
66
7- This Maven extension is designed to configure the Develocity build cache for the Hibernate Search project .
7+ This Maven extension is designed to configure the Develocity build cache for Maven-based Hibernate projects .
88
99## Developing
1010
@@ -13,10 +13,10 @@ The reference documentation for the API can be found [here](https://docs.gradle.
1313When working on caching new goals, you can obtain a debug output with the following command:
1414
1515```
16- ./mvnw -DskipTests -DskipITs -Dorg.slf4j.simpleLogger.log.gradle.goal.cache=debug -Dorg.slf4j.simpleLogger.log.io.hibernate.search .develocity=debug -e clean install
16+ ./mvnw -DskipTests -DskipITs -Dorg.slf4j.simpleLogger.log.gradle.goal.cache=debug -Dorg.slf4j.simpleLogger.log.io.hibernate.infra .develocity=debug -e clean install
1717```
1818
19- This command should be run on a single module on the Hibernate Search project for easier debugging.
19+ This command should be run on a single module on a Maven-based Hibernate project (Hibernate Validator, Hibernate Search) for easier debugging.
2020
2121Note: the ` clean ` goal is important.
2222The cache won't be populated otherwise.
You can’t perform that action at this time.
0 commit comments