|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
Using Sonar in Offline modeHi, 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 |
|
|
Re: Using Sonar in Offline modeHi 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>Launch the Sonar Maven goal and keep us informed ... cheers, Freddy On Mon, Mar 9, 2009 at 12:49 PM, Damien Coraboeuf <dcoraboeuf@...> wrote:
|
|
|
Re : [sonar-user] Using Sonar in Offline modeHi, So we have made the following things to make Sonar work offline: 1. Copy the Maven repository from a location where the Sonar plugin has already fully worked 2. Edit the settings.xml so Maven works offline: a) <offline>true</offline> b) Create a mirror for Sonar artifacts (thanks to Freddy) <settings>Freddy, notice the use of central instead of * in the mirror definition. Regards, Damien. De : Freddy Mallet <freddy.mallet@...> À : user@... Envoyé le : Lundi, 9 Mars 2009, 22h28mn 14s Objet : Re: [sonar-user] Using Sonar in Offline mode 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>Launch the Sonar Maven goal and keep us informed ... cheers, Freddy On Mon, Mar 9, 2009 at 12:49 PM, Damien Coraboeuf <dcoraboeuf@...> wrote:
|
|
|
Re: Re : [sonar-user] Using Sonar in Offline modeI've the same pb, i try to make Sonar work offline.
Could you write a complete example of settings.xml file using this configuration. I don't know the sonar maven repository syntax and where i must add <offline>true</offline> in the file. Thanks.
|
| Free embeddable forum powered by Nabble | Forum Help |