davsclaus commented on code in PR #1828: URL: https://github.com/apache/camel-spring-boot/pull/1828#discussion_r3475019648
########## .oss-ai-helper-rules/project-standards.md: ########## @@ -0,0 +1,16 @@ +# Project Standards + +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` Review Comment: Yeah I think we need 2 rules - the install skipTests to build and compile everything and to check its all good, and to generate all these json metadata file. the mvn test / verify is for testing -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
