--
You received this message because you are subscribed to the Google Groups "SonarQube" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sonarqube+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sonarqube/c0cf0b77-b341-41fb-825e-880774c55d70%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/sonarqube/4d201b85-dbcc-4083-ae1f-c14828481c5a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/sonarqube/c868a2da-a15e-401a-9e03-db5c93c7cd37%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/sonarqube/7a694c96-557a-49b8-994d-f0f9843a8593%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
That's brilliant.
Simon you have made things very clear for me now. :)
Thanks n Regards,
Anand
On Mon, Nov 14, 2016 at 5:18 PM, Simon wrote:
As sonar-scanner-cli-* support multiple versions of SonarQube, the trick is that sonar-scanner-engine.jar is distributed within the server. It is downloaded then executed by sonar-sonar-cli at runtime. It allows to have sonar-scanner-cli executing a version of sonar-scanner-engine that is always up-to-date and synchronised with server.
To answer your question, no code from sonar-scanner-cli nor sonar-scanner-engine is executed on server.
On Mon, 14 Nov 2016 at 22:59 anand wrote:
Thanks very much, Simon! this worked!
I am very curious as to know :
How the sonar-scanner-cli-xx jar at the client side and the sonar-scanner engine inside the server are connected?
Does the sonar-scanner-cli-xx jar start a process that executes the code inside the server?
I thought sonar-scanner downloaded the plugins into the local cache from the SQ server and after that it pretty much gave up.
Regards,
Anand