« Return to Thread: Using Sonar in Offline mode

Re: Using Sonar in Offline mode

by Freddy Mallet :: Rate this Message:

Reply to Author | View in Thread


Hi Damien,

I've never set up Sonar to work offline and Maven isn't known to be easily usable offline.

Nevertheless, try to follow those steps :

<settings>
...
<mirrors>
<mirror>
<id>sonar</id>
<name>Sonar Maven repository</name>
<url>http://sonarserver:sonarport/deploy/maven</url>
<mirrorOf>*</mirrorOf>
</mirror>
</mirrors>
...
</settings>
Launch the Sonar Maven goal and keep us informed ...

cheers,

Freddy

On Mon, Mar 9, 2009 at 12:49 PM, Damien Coraboeuf <dcoraboeuf@...> wrote:

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