This is an automated email from the ASF dual-hosted git repository.

shuber pushed a commit to branch opensearch-persistence
in repository https://gitbox.apache.org/repos/asf/unomi.git


The following commit(s) were added to refs/heads/opensearch-persistence by this 
push:
     new 3703d7cc7 Clarify integration test impact of Maven profile selection 
for OpenSearch in configuration documentation
3703d7cc7 is described below

commit 3703d7cc752e1a751817abe3d639cff42c9e3b6c
Author: Serge Huber <[email protected]>
AuthorDate: Mon Oct 13 20:04:18 2025 +0200

    Clarify integration test impact of Maven profile selection for OpenSearch 
in configuration documentation
---
 manual/src/main/asciidoc/configuration.adoc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/manual/src/main/asciidoc/configuration.adoc 
b/manual/src/main/asciidoc/configuration.adoc
index 3ddcf62e8..170713aba 100644
--- a/manual/src/main/asciidoc/configuration.adoc
+++ b/manual/src/main/asciidoc/configuration.adoc
@@ -105,6 +105,7 @@ To select which search engine to use, you can:
 2. When building from source, use the appropriate Maven profile:
    * For ElasticSearch (default): no special profile needed
    * For OpenSearch: add `-Duse.opensearch=true` to your Maven command
+   (this will only impact the integration tests if they are activated using 
the -Pintegration-tests profile)
 3. When using Docker:
    * For ElasticSearch: use `UNOMI_AUTO_START=elasticsearch`
    * For OpenSearch: use `UNOMI_AUTO_START=opensearch`

Reply via email to