Skip to content

Commit 6a4eb0f

Browse files
authored
Merge pull request #30 from hibernate/yrodiere-patch-1
Take renaming into account in README.md
2 parents 9570966 + 442ad02 commit 6a4eb0f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
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.
1313
When 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

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

0 commit comments

Comments
 (0)