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

orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git

commit 8bd9fcb366cb969d0a9d613428766a1ed3cb5452
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Thu Jun 25 16:07:07 2026 +0200

    Address review feedback
    
    Change build command to mvn install -DskipTests to avoid running
    tests in a build-only command.
---
 .oss-ai-helper-rules/project-standards.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.oss-ai-helper-rules/project-standards.md 
b/.oss-ai-helper-rules/project-standards.md
index 4e1d6a08242..3f1da009d1b 100644
--- a/.oss-ai-helper-rules/project-standards.md
+++ b/.oss-ai-helper-rules/project-standards.md
@@ -3,7 +3,7 @@
 This rule file contains build tools, commands, and code style constraints for 
the project. Commands read this file to determine how to build, test, and 
format code.
 
 - **Build tool:** Maven
-- **Build command:** `mvn verify`
+- **Build command:** `mvn install -DskipTests`
 - **Test command:** `mvn verify`
 - **Format command:** `cd <module> && mvn -DskipTests install`
 - **Module-specific build:** yes (always run `mvn` in the module directory 
where changes occurred)

Reply via email to