Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 55297 invoked from network); 4 Oct 2010 10:29:59 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 4 Oct 2010 10:29:59 -0000 Received: (qmail 4455 invoked by uid 500); 4 Oct 2010 10:29:57 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 4007 invoked by uid 500); 4 Oct 2010 10:29:52 -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 3999 invoked by uid 99); 4 Oct 2010 10:29:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Oct 2010 10:29:51 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of anders.g.hammar@gmail.com designates 209.85.215.43 as permitted sender) Received: from [209.85.215.43] (HELO mail-ew0-f43.google.com) (209.85.215.43) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Oct 2010 10:29:43 +0000 Received: by ewy1 with SMTP id 1so3482991ewy.30 for ; Mon, 04 Oct 2010 03:29:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:content-type; bh=Z+vFHv5+LYjZBayoRO5hSUiMeYlpjS5ROftpJk1igps=; b=nqu2+bkJxKuK238NX/WXfYqbY8qxbQJUyyz5utMtplcJvRTzVwT0pMgo06G5TY3Ory R5oNQw6XJHwP11o+G/qGGrnRYpTfbsM/Z0st3dyLk1fFsl1YCjhBstqi+UT1wled/nDT 4saOxFqDAz7pW/xmhrFD1cXEt91+RdGpXSl7Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; b=tcnBeKcm1ahT6KFl1RiC2+hNOxSGkVDIfU56u+u4mM5+uk+oRpt/5Hv0Oz54KTUJIi mve91VWDQPSDdfuzJ6SokGyBtD4sdd4JbjcJtYYtrKbWGKX21zO5Czt1iPBwyLTirGUO gnjU9cKMKbZTaPMQnPiEQCv8q2IUh0/lOHUXs= MIME-Version: 1.0 Received: by 10.213.32.70 with SMTP id b6mr8186632ebd.19.1286188159627; Mon, 04 Oct 2010 03:29:19 -0700 (PDT) Sender: anders.g.hammar@gmail.com Received: by 10.213.4.136 with HTTP; Mon, 4 Oct 2010 03:29:19 -0700 (PDT) In-Reply-To: References: Date: Mon, 4 Oct 2010 12:29:19 +0200 X-Google-Sender-Auth: mOvXI9Ap_tXX1t398yiKgyu-Fsk Message-ID: Subject: Re: Company-wide settings From: Anders Hammar To: Maven Users List Content-Type: multipart/alternative; boundary=0015174be98c5e704b0491c8048d X-Virus-Checked: Checked by ClamAV on apache.org --0015174be98c5e704b0491c8048d Content-Type: text/plain; charset=ISO-8859-1 One issue with this approach is that m2eclipse will not use this settings.xml file (by default, as it has it's own embedded Maven). I guess this could be solved by configuring the standalone Maven installation in m2eclipse. Anyone that has actually tried the approach of having a "corporate" settings.xml bundled with a custom Maven distro? /Anders On Mon, Oct 4, 2010 at 11:46, Wendy Smoak wrote: > On Sun, Oct 3, 2010 at 5:34 PM, Phillip Hellewell > wrote: > > The idea is to have a shared "company-level" settings.xml with > > settings like profiles that most developers will want, and to have > > them automatically available. The alternative is for everyone to > > manually append it to their global or user-level settings.xml. > > One way is to make a custom Maven distribution for your organization, > with a modified settings.xml. > > This also has the advantage of having all developers use the same > version, which makes support easier. > > Many organizations don't allow developers to download and install > random stuff off the internet anyway, so this becomes your > corporate/approved/official Maven distro. > > -- > Wendy > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org > For additional commands, e-mail: users-help@maven.apache.org > > --0015174be98c5e704b0491c8048d--