Return-Path: X-Original-To: apmail-maven-users-archive@www.apache.org Delivered-To: apmail-maven-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CED20C95C for ; Fri, 13 Sep 2013 10:54:47 +0000 (UTC) Received: (qmail 89244 invoked by uid 500); 13 Sep 2013 04:44:05 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 88992 invoked by uid 500); 13 Sep 2013 04:43:59 -0000 Mailing-List: contact users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Users List" Reply-To: "Maven Users List" Delivered-To: mailing list users@maven.apache.org Received: (qmail 88854 invoked by uid 99); 13 Sep 2013 04:43:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Sep 2013 04:43:55 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of aldrin@leal.eng.br designates 209.85.219.52 as permitted sender) Received: from [209.85.219.52] (HELO mail-oa0-f52.google.com) (209.85.219.52) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Sep 2013 04:43:49 +0000 Received: by mail-oa0-f52.google.com with SMTP id f4so722103oah.25 for ; Thu, 12 Sep 2013 21:43:28 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; bh=St4mFdBjcPODRsPtguw3+An70cYsCKHU9V5i4L2IOEU=; b=fyj6enofhMBZR0v2VAHlYvAnwjDC9sK6ZiEbe5gq/iYhMuEkgddjxSDdSYyKryGToT FWTfzRmi2QVDzgbwpcDpcxsI+I38qBvZdS8zSioSgfNhwidVNJwK+lvSuUKxmcOnkx9/ nzOf8+NfEp9PEacnZfGFTqKy5T/KZtGMqKPNxM2KcMbUwKi6SnxxoznQHVvXUP2z1ODb BA1rYEtYhHIGREfAT7kTPXn/EbRmtkoJWtEqgFgCxlv+wNcaFAIFdqrUZ8/k9ecvXUT+ ug88+/+O1eITQ07YfsKPQqnFTwJYPo63gdA0PwJ5YrOGC35HaeXvJr+bhDWc/IPhAxWN y4UA== X-Gm-Message-State: ALoCoQkFQl8KaQnhDhueTE3W6yY2fCFgXfdvuif2NZqKTGBFSTuXC9TiHlS4l8dKJ41rMHu5eYVc X-Received: by 10.182.117.195 with SMTP id kg3mr10285415obb.17.1379047407893; Thu, 12 Sep 2013 21:43:27 -0700 (PDT) MIME-Version: 1.0 Received: by 10.182.31.11 with HTTP; Thu, 12 Sep 2013 21:42:47 -0700 (PDT) X-Originating-IP: [189.82.59.66] In-Reply-To: References: From: Aldrin Leal Date: Fri, 13 Sep 2013 01:42:47 -0300 Message-ID: Subject: Re: settings.xml file on multiple build slave? To: Maven Users List Content-Type: multipart/alternative; boundary=089e0149c506e05aac04e63c7e8b X-Virus-Checked: Checked by ClamAV on apache.org --089e0149c506e05aac04e63c7e8b Content-Type: text/plain; charset=UTF-8 I believe there are several Jenkins Plugins which allow you to do that: https://wiki.jenkins-ci.org/display/JENKINS/Plugins Two that caught my attention: Copy To Slave, Config File Provider -- -- Aldrin Leal, Master your EC2-fu! Get the latest ekaterminal public beta http://www.ingenieux.com.br/products/ekaterminal/ On Thu, Sep 12, 2013 at 6:32 PM, motes motes wrote: > I have a Jenkins master/slave setup. Currently I have 23 slaves that can > potentially run a maven build. At the moment I have manually copied a > settings.xml to ~.m2 on all my slaves. Are there a better approach to this? > Eg. somehow make the slaves read a settings.xml file on the master? > --089e0149c506e05aac04e63c7e8b--