« Return to Thread: Using Sonar in Offline mode
<settings>Freddy, notice the use of central instead of * in the mirror definition.
...
<mirrors>
<mirror>
<id>sonar</id>
<name>Sonar Maven repository</name>
http://sonarserver:sonarport/deploy/maven
<mirrorOf>centrak</mirrorOf>
</mirror>
</mirrors>
...
</settings>
<settings>Launch the Sonar Maven goal and keep us informed ...
...
<mirrors>
<mirror>
<id>sonar</id>
<name>Sonar Maven repository</name>
http://sonarserver:sonarport/deploy/maven
<mirrorOf>*</mirrorOf>
</mirror>
</mirrors>
...
</settings>
Hi,
We wish to setup Sonar on our build server which is not connected to the Internet. Since Sonar relies on Maven I think I will have to install manually a Maven repository.
But any of you have any feedback/issue/best practice to share about running Sonar offline ?
Thanks,
Damien.
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email
« Return to Thread: Using Sonar in Offline mode
| Free embeddable forum powered by Nabble | Forum Help |