Possibly a ridiculous question. But I'm a total noob with maven and sonar...
I'm using the sonar plugin for maven. It works great. Using the command "mvn sonar:sonar" it connects to my localhost and I can view everything on port 9000.
What I'm wondering is: Is it possible to generate all the files (eg. html, css, etc) without connecting to the server at port 9000?
If so, is there a command to do it?
If not :(