diff --git a/docs/src/modules/java/pages/key-value-entities.adoc b/docs/src/modules/java/pages/key-value-entities.adoc index 039f33c8b..0c632cc25 100644 --- a/docs/src/modules/java/pages/key-value-entities.adoc +++ b/docs/src/modules/java/pages/key-value-entities.adoc @@ -160,7 +160,7 @@ include::example$key-value-counter/src/test/java/com/example/CounterIT.java[tags <4> Request to increase the value of counter `bar`. Response should have value `1`. <5> Explicitly request current value of `bar`. It should be `1`. -NOTE: The integration tests in samples can be run using `mvn verify`. +NOTE: The integration tests in samples can be run using `mvn integration-test`. == Exposing entities directly