heliang666s commented on issue #15336: URL: https://github.com/apache/dubbo/issues/15336#issuecomment-2830163436
Hi @ankitshokeen, thanks for the report and your willingness to contribute! Just a quick clarification: running `mvn clean install` will not trigger service registration to Nacos, because Dubbo only registers services at runtime, when the application is actually started (e.g., via `java -jar`,` main()` method in IDE, or `Spring Boot startup`). The `mvn clean install` command is purely for building the project — compiling, running tests, packaging, and installing artifacts into the local Maven repository. It does not run your service or trigger any registry behavior. If you’re expecting the service to register itself to Nacos, please try running the application (after mvn clean package) and then check the Nacos console to verify the service is properly registered. Let me know if you're still seeing errors during build or at runtime — feel free to share stack traces or configs, and I’d be happy to take a deeper look! Thanks again! -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
